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/21n.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://serve.21nova.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=843493110&lp=821842412",
"http://static.partnerlogic.net/partnerlogic/banners/26657.gif",
"http://referback.com/media/120x60_gcc.gif",
"http://a.c-planet.net/b/4143.gif",
"http://deckmedia.com/affiliate/120x60_New_RTG.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><img border=0 src=\"'+Src+'\" width=120 height=60 alt=\"Visit Online Casino Now\"></a>');
