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

image = new iA(
"http://resources.32red.com/renderimage.aspx?pid=6144&bid=2587",
"http://serve.williamhillcasino.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1464514178&lp=1467879101",
"http://www.brightshare.com/impcounter.php?compaign=2064&groupid=154&bTag=amaff1023&affid=1037",
"http://gateway.fortunelounge.com/copy/rvm/banners/rvm_eur_en_216_36_3_wap.gif",
"http://gateway.fortunelounge.com/copy/pp mobile/banners/ppm_en_216_36_1_doubleaction_wap.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\" title=\"Play Now\"><img border=\"0\" src=\"'+Src+'\" width=\"216\" height=\"36\" alt=\"\" /></a>');

