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/gc.php",
"http://www.smartplayers.net/scripts/slotocash.php",
"http://www.smartplayers.net/scripts/slotsgalore.php",
"http://www.smartplayers.net/scripts/tc.php",
"http://www.smartplayers.net/scripts/vo.php",
"http://www.smartplayers.net/scripts/action.php",
"http://www.smartplayers.net/scripts/rv.php"
);

image = new iA(
"http://referback.com/media/120x60_gcc.gif",
"http://get.slotocash.com/get/i/289615",
"http://www.casinocoins.com/show.php?c=13771&s=1990",
"http://banner.titancasino.com/cgi-bin/banner.cgi?id=N&member=igles&profile=120sloten",
"http://www.smartplayers.net/images/vco120x60-500-US.gif",
"http://www.RewardsAffiliates.com/creatives/banners/ca/ca_120x60_261009_grunge-en-multi.gif",
"http://gateway.fortunelounge.com/copy/rv/banners/rv1000_120x60_1.gif"
);

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=120 height=60 alt=\"Go to the Online Casino\"></a>');