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/classic.php",
"http://www.smartplayers.net/scripts/vips.php",
"http://www.smartplayers.net/scripts/ic.php",
"http://www.smartplayers.net/scripts/gc.php",
"http://www.smartplayers.net/scripts/cherryred.php",
"http://www.smartplayers.net/scripts/slotocash.php"
);

image = new iA(
"http://www.RewardsAffiliates.com/creatives/banners/cc/cc_120x60_190406.gif",
"http://www.casinocoins.com/show.php?c=13771&s=1479",
"http://static.partnerlogic.net/partnerlogic/banners/26657.gif",
"http://referback.com/media/120x60_gcc.gif",
"http://a.c-planet.net/b/4143.gif",
"http://get.slotocash.com/get/i/289615"
);

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><img border=0 src=\"'+Src+'\" width=120 height=60 alt=\"Visit Online Casino Now\"></a>');