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

link = new iA(
"http://banner.casinotropez.com/cgi-bin/redir.cgi?id=N&member=igles&profile=uk",
"http://www.casinostop.co.uk/go/classic.php",
"http://www.casinostop.co.uk/go/royal-vegas.php",
"http://www.casinostop.co.uk/go/jackpot-city.php",
"http://www.casinostop.co.uk/go/ladbrokes.php",
"http://www.casinostop.co.uk/go/eurogrand.php",
"http://www.casinostop.co.uk/go/europa-casino.php"
);

image = new iA(
"http://banner.casinotropez.com/cgi-bin/banner.cgi?id=N&member=igles&profile=en125go",
"http://www.RewardsAffiliates.com/creatives/banners/cc/cc_125x125_210508_all.gif",
"http://gateway.fortunelounge.com/copy/rv/banners/btag-ad442047/rvc26_uk_125_125_1_1000fs.gif",
"http://www.referback.com/media/FS_58310.GIF",
"http://www.incomeaccess.com/processing/impressions.asp?btag=a_853b_9848",
"http://serve.eurogrand.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=583539274&lp=270211887",
"http://online.europacasino.com/promoLoadDisplay?key=em9uZUlkPTIxODQ1NjI1MjYmbGFuZGluZ1BhZ2VJZD0wJnByb2ZpbGVJZD0xNzYzNw%3D%3D=="
);

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=125 height=125></a>');

