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.smartplayers.net/scripts/splus.php",
"http://www.smartplayers.net/scripts/21n.php",
"http://www.smartplayers.net/scripts/classic.php",
"http://www.slotlotr.com/platinumplay/btag-ad375883/",
"http://www.smartplayers.net/scripts/slotocash.php",
"http://www.smartplayers.net/scripts/as.php"
);

image = new iA(
"http://www.smartplayers.net/images/SLP-125x125-500-TTT.gif",
"http://serve.21nova.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=953079698&lp=852947904",
"http://www.RewardsAffiliates.com/creatives/banners/cc/cc_125x125_251109_blackgreen-en-multi.gif",
"http://gateway.fortunelounge.com/copy/pp/banners/btag-ad375883/ppc_en_125_125_lotr_10eurofree.gif",
"http://deckmedia.com/affiliate/125x125_New_RTG.gif",
"http://www.brightshare.com/impcounter.php?compaign=1806&groupid=3&bTag=asaff1023&affid=1037"
);

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

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

