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.blackjack101.biz/go/wh.php",
"http://www.blackjack101.biz/go/intertops.php",
"http://www.blackjack101.biz/go/all-slots.php",
"http://www.blackjack101.biz/go/eh.php",
"http://www.blackjack101.biz/go/ec.php"
);
img = new iA(
"http://serve.williamhillcasino.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=916472499&lp=14186047",
"http://affiliate.intertops.com/processing/impressions.asp?btag=a_1230b_1482",
"http://www.brightshare.com/impcounter.php?compaign=1151&groupid=4&bTag=asaff1023&affid=1037",
"http://www.casinocoins.com/show.php?c=13771&s=1581",
"http://banner.europacasino.com/cgi-bin/banner.cgi?id=N&member=igles&profile=468enmc"
);
var cdate = new Date();
var rnd = cdate.getSeconds() % img.length;
var Href  = link[rnd];
var Src = img[rnd];
document.write('<a href=\"' +Href+ '\" target=_blank><img border=0 src=\"'+Src+'\" width=468 height=60></a>');
