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.online-jackpots.biz/go/slotocash.php",
"http://www.online-jackpots.biz/go/wh.php",
"http://www.online-jackpots.biz/go/rv.php",
"http://www.online-jackpots.biz/go/ln.php",
"http://www.online-jackpots.biz/go/21n.php",
"http://www.online-jackpots.biz/go/32red.php",
"http://www.online-jackpots.biz/go/splus.php"
);

image = new iA(
"http://deckmedia.com/affiliate/125x125_New_RTG.gif",
"http://serve.williamhillcasino.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1469939975&lp=14186047",
"http://gateway.fortunelounge.com/copy/rv/banners/btag-ad442048/rv_en_125_125_thunderstruckii.gif",
"http://www.referback.com/media/125x125---dollar.gif",
"http://serve.21nova.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=953079698&lp=852947904",
"http://www.32red.com/resources/125x125.gif",
"http://www.online-jackpots.biz/images/125x125-sp-sc.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></a>');

