﻿// txtads File
var Ads=new Array(
"<a href='http://www.tpcindia.com/' target='_blank'><img border=0 src='http://pinokey.com/ads/imgads/pcourier.jpg' /></a>",
"<a href='http://crystalsystems.pinokey.com' target='_blank'><img border=0 src='http://www.pinokey.com/ads/imgads/crystalsystems.jpg' /></a>",
"<a href='http://crownsports.pinokey.com' target='_blank'><img border=0 src='http://www.pinokey.com/ads/imgads/crownsports.jpg' /></a>"
);
var randomnumber=Math.floor(Math.random()*11) %  Ads.length;
document.write(Ads[randomnumber]);
