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.77-best-online-casinos.com/go/lvusa.php",
"http://www.intercasino.com/index.php3?1345713|03204",
"http://www.gamingclub.com/index.asp?s=aff81005&b=gcc_468x060_171",
"http://www.77-best-online-casinos.com/go/cv.php",
"http://banner.craps.com/cgi-bin/redir.cgi?id=N&member=igles&profile=468x60enc",
"http://www.77-best-online-casinos.com/go/eh.php",
"http://www.77-best-online-casinos.com/go/omni.php"
);

image = new iA(
"http://www.77-best-online-casinos.com/images/lvusa468x60-500-USPlayers.gif",
"http://ads.intercasino.com/partnerlogic/banners/03204.gif",
"http://www.ClickedyClick.com/ads/gcc/gcc_468x060_171.gif",
"http://www.affiliatebannerfarm.com/vegaspartner/banners/crazyvegas/newgames/cra_en_468x60_newgames.gif",
"http://banner.craps.com/cgi-bin/banner.cgi?id=N&member=igles&profile=468x60enc",
"http://www.casinocoins.com/show.php?c=13771&s=1336",
"http://www.77-best-online-casinos.com/images/Omni_slots500_468x60.gif"
);

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=468 height=60></a>');
