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

obj = new iA(
"<a href=\"http://www.topfreeslots.com/src/lvusa.php\" target=_blank><img border=0 alt=\"Las Vegas USA Casino\" src=\"http://www.topfreeslots.com/images/LVU-125x125-500-WR.gif\" width=125 height=125></a>",
"<a href=\"http://www.brightshare.com/clickscounter.php?compaign=1728&groupid=3&bTag=asaff1023&affid=1037\" target=\"_blank\"><img src=\"http://www.brightshare.com/impcounter.php?compaign=1806&groupid=3&bTag=asaff1023&affid=1037\" width=125 height=125 border=\"0\" alt=\"\"></a>",
"<a href=\"http://www.topfreeslots.com/src/vo.php\" target=_blank><img border=0 alt=\"Vegas Casino Online\" src=\"http://www.topfreeslots.com/images/VCO-125x125-500-SS2.gif\" width=125 height=125></a>",
"<a href=\"http://www.topfreeslots.com/src/cherryred.php\" target=_blank><img src=\"http://a.c-planet.net/b/4640.gif\" width=\"125\" height=\"125\" alt=\"Cherry Red Online Slots\" border=0></a>"
);


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

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

