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.themobilecasinos/go/32red.php",
"http://www.themobilecasinos/go/whm.php",
"http://www.themobilecasinos/go/ctm.php",
"http://www.themobilecasinos/go/asm.php",
"http://www.themobilecasinos/go/jcm.php",
"http://www.themobilecasinos/go/rvm.php",
"http://www.themobilecasinos/go/ppm.php",
"http://www.themobilecasinos/go/cvm.php"
);

image = new iA(
"http://resources.32red.com/renderimage.aspx?pid=6144&bid=3249",
"http://serve.williamhillcasino.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1467879135&lp=1467879074",
"http://online.casinotropez.com/promoLoadDisplay?key=em9uZUlkPTMzNjk5NzU2JmxhbmRpbmdQYWdlSWQ9MCZwcm9maWxlSWQ9MTc2Mzc%3D==",
"http://www.brightshare.com/impcounter.php?compaign=1386&groupid=3&bTag=amaff1023&affid=1037",
"http://www.referback.com/media/JPMb125x125_10232.gif",
"http://gateway.fortunelounge.com/copy/rvm/banners/btag-ad461231/rvc27_en_125_125_1_30free.gif",
"http://gateway.fortunelounge.com/copy/pp%20mobile/banners/btag-ad265935/ppm_125x125.gif",
"http://aurora.starpartner.com/affiliatebannerfarm/starpartner/CrazyMobile/CVM/EN/125X125/125x125-CVM-EN-KP-22-09-11.gif"
);

var curd = new Date();
var rnd = curd.getSeconds() % image.length;
var Href = link[rnd];
var Src = image[rnd];

document.write('<a href=\"' +Href+ '\" target=\"_blank\"><img border="0" src=\"'+Src+'\" width="125" height="125" alt="Play Now!" /></a>');

