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.casinostop.co.uk/go/river-belle.php",
"http://www.casinostop.co.uk/go/royal-vegas.php",
"http://www.casinostop.co.uk/go/intercasino.php",
"http://www.casinostop.co.uk/go/wh.php",
"http://www.casinostop.co.uk/go/ladbrokes.php"
);

image = new iA(
"http://www.ClickedyClick.com/ads/RBC/RFB_234x060_038.gif",
"http://gateway.fortunelounge.com/copy/rv/banners/btag-ad442050/rvc26_uk_234_60_1_1000fs.gif",
"http://static.partnerlogic.net/partnerlogic/banners/27566.gif",
"http://serve.williamhillcasino.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=916472445&lp=14186047",
"http://www.incomeaccess.com/processing/impressions.asp?btag=a_853b_6902"
);

var curdate = new Date();
var rnd = curdate.getSeconds() % image.length;
var Href  = link[rnd];
var Src = image[rnd];
document.write('<a href=\"' +Href+ '\" target=_blank onmouseover=\"window.status=\'Go to the Casino\';return true\" onmouseout=\"window.status=\'\';return true\"><img border=0 src=\"'+Src+'\" width=234 height=60></a>');
