function iA() {
this.length = iA.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = iA.arguments[i];
  }
}

obj = new iA(
"<a target=_blank href=\"http://www.topfreeslots.com/src/jc.php\"><img border=0 alt=\"Jackpot City Casino\" src=\"http://www.referback.com/media/JackpotCity_Slots_120x240.gif\" width=120 height=240></a>",
"<a href=\"http://www.topfreeslots.com/src/prc.php\" target=\"_blank\"><img src=\"http://serve.prestigecasino.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=300693708&lp=13510073\" width=120 height=240 border=\"0\" alt=\"\"></a>",
"<a target=_blank href=\"http://www.topfreeslots.com/src/eg.php\"><img border=0 alt=\"EuroGrand Casino\" src=\"http://serve.eurogrand.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=757256060&lp=13513526\" width=120 height=240></a>",
"<a target=_blank href=\"http://www.topfreeslots.com/src/pp-lotr.php\"><img border=0 alt=\"Platinum Play Casino\" src=\"http://gateway.fortunelounge.com/copy/pp/banners/btag-ad375880/ppc_en_120_240_lotr_10eurofree.gif\" width=120 height=240></a>",
"<a href=\"http://www.topfreeslots.com/src/32red.php\" target=_blank><img src=\"http://resources.32red.com/renderimage.aspx?pid=6144&bid=2806\" border=\"0\" alt=\"Play at 32Red Casino\" ></a>",
"<a href=\"http://www.topfreeslots.com/src/as.php\" target=_blank><img src=\"http://www.brightshare.com/impcounter.php?compaign=1806&groupid=1&bTag=asaff1023&affid=1037\" border=\"0\" alt=\"Play at All Slots Casino\" ></a>"
);


var curd = new Date();
var rnd = curd.getSeconds() % obj.length;
var Src = obj[rnd];

document.write(''+Src+'');

