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/slotocash.php",
"http://www.smartplayers.net/scripts/slotocash.php",
"http://www.smartplayers.net/scripts/vo.php",
"http://www.smartplayers.net/scripts/rushmore.php",
"http://www.smartplayers.net/scripts/slotland.php"
);

image = new iA(
"http://deckmedia.com/affiliate/120x240_Roulette.gif",
"http://deckmedia.com/affiliate/120x240_BJ.gif",
"http://www.smartplayers.net/images/VCO-120x240-500-Trex.gif",
"http://a.c-planet.net/b/5494.gif",
"http://cdn.slotlandaffiliates.com/b/27657371_1_6/slotland-2g-general-120x240.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=240 alt=\"Visit online casino now\"></a>');

