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/classic.php",
"http://www.online-jackpots.biz/go/slotocash.php",
"http://www.online-jackpots.biz/go/jc.php",
"http://www.online-jackpots.biz/go/ic.php",
"http://banner.europacasino.com/cgi-bin/redir.cgi?id=N&member=igles&profile=2ech36",
"http://www.online-jackpots.biz/go/eg.php",
"http://www.online-jackpots.biz/go/lvusa.php"
);

image = new iA(
"http://www.RewardsAffiliates.com/creatives/banners/cc/cc_125x125_310510_thunderstruckii-en-cad.gif",
"http://deckmedia.com/affiliate/125x125_New_RTG.gif",
"http://www.referback.com/media/FS_58310.GIF",
"http://static.partnerlogic.net/partnerlogic/banners/27949.gif",
"http://banner.europacasino.com/cgi-bin/banner.cgi?id=N&member=igles&profile=2ech36",
"http://serve.eurogrand.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1466094791&lp=13510052",
"http://www.online-jackpots.biz/images/125x125-lvu-tt.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>');

