function iA() {
this.length = iA.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = iA.arguments[i];
  }
}

link = new iA(
"http://www.smartplayers.net/scripts/gc.php",
"http://www.smartplayers.net/scripts/7s.php",
"http://www.smartplayers.net/scripts/ec.php",
"http://www.smartplayers.net/scripts/cg.php",
"http://www.smartplayers.net/scripts/tc.php",
"http://www.smartplayers.net/scripts/aj.php",
"http://www.smartplayers.net/scripts/lvusa.php",
"http://www.smartplayers.net/scripts/888.php"
);

image = new iA(
"http://referback.com/media/TSW GCC468x60.gif",
"http://gateway.fortunelounge.com/copy/7s/banners/btag-ad312617/7sc6_en_468_60_1_1000free.gif",
"http://www.smartplayers.net/images/ec-EN-468x60-4-ga-1349.gif",
"http://www.casinocoins.com/show.php?c=13771&s=2226",
"http://banner.titancasino.com/cgi-bin/banner.cgi?id=N&member=igles&profile=468sloten",
"http://www.brightshare.com/impcounter.php?compaign=1372&groupid=4&bTag=wjaff1023&affid=1037",
"http://www.smartplayers.net/images/LVU-468x60-500-TTT.gif",
"http://marketing.888.com//CasinoOnNet/EN/Banners/41226-0-468x60_spiderman+f4_dollar_ro.gif"
);

var cdate = new Date();
var rnd = cdate.getSeconds() % image.length;
var Href  = link[rnd];
var Src = image[rnd];
document.write('<a href=\"' +Href+ '\" target=_blank><img border=0 src=\"'+Src+'\" width=468 height=60 alt=\"Play Online Casino Now\"></a>');

