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/jc.php",
"http://www.online-jackpots.biz/go/bb.php",
"http://www.online-jackpots.biz/go/ccc.php",
"http://www.online-jackpots.biz/go/sp.php",
"http://www.online-jackpots.biz/go/eg.php",
"http://www.online-jackpots.biz/go/as.php"
);

image = new iA(
"http://www.referback.com/media/FS_58310.GIF",
"http://www.RewardsAffiliates.com/creatives/banners/bjb/bjb_125x125_200307_hitman-multi.gif",
"http://www.RewardsAffiliates.com/creatives/banners/ccc/ccc_125x125_131109_ship-en-multi.gif",
"http://www.online-jackpots.biz/images/125x125-spc-li.gif",
"http://serve.eurogrand.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1465943910&lp=13510052",
"http://www.brightshare.com/impcounter.php?compaign=1806&groupid=3&bTag=asaff1023&affid=1037"
);

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>');

