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.roulette101.biz/go/rv.php",
"http://www.roulette101.biz/go/jc.php",
"http://www.roulette101.biz/go/ic.php",
"http://www.roulette101.biz/go/wh.php",
"http://www.roulette101.biz/go/vo.php",
"http://www.roulette101.biz/go/ec.php"
);
img = new iA(
"http://gateway.fortunelounge.com/copy/rv/banners/btag-ad460260/rvc_en_468_60_1_roulette.gif",
"http://www.referback.com/media/7559_JackpotCity_BelleRock_English_468x60.gif",
"http://affiliates.interpartners.com/processing/impressions.asp?btag=a_1345713b_28196",
"http://serve.williamhillcasino.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1147821267&lp=14186047",
"http://www.smartplayers.net/images/vco468x60-500-US.gif",
"http://banner.europacasino.com/cgi-bin/banner.cgi?id=N&member=igles&profile=468x60enn"
);
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>');
