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=\"src/lvusa.php\" target=_blank><img border=0 alt=\"Las Vegas USA Casino\" src=\"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=1728&groupid=3&bTag=asaff1023&affid=1037\" border=\"0\" alt=\"\"></a>",
"<a href=\"src/vo.php\" target=_blank><img border=0 alt=\"Vegas Casino Online\" src=\"images/VCO-125x125-500-SS2.gif\" width=125 height=125></a>",
"<a href=\"http://www.englishharbour.com/?c=80168&s=2113\" target=_blank><img src=\"http://www.casinocoins.com/show.php?c=80168&s=2113\" border=\"0\" alt=\"Click Here to Play at English Harbour Casino - Get up to $800 Free\" ></a>",
"<a href=\"http://www.superslots.com/?c=80168&s=2132\" target=_blank><img src=\"http://www.casinocoins.com/show.php?c=80168&s=2132\" border=\"0\" alt=\"Play at SuperSlots\" ></a>",
"<a href=\"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+'');