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/gr.php",
"http://www.smartplayers.net/scripts/rb-freespins.php",
"http://www.smartplayers.net/scripts/rv.php",
"http://www.smartplayers.net/scripts/cg.php",
"http://www.smartplayers.net/scripts/classic.php",
"http://www.smartplayers.net/scripts/slotocash.php"
);

image = new iA(
"https://www.starpartner.eu/affiliatebannerfarm/starpartner/GRC/en/120X60/120x60-newgames2.gif",
"http://www.ClickedyClick.com/ads/rbc/120x60_01c.gif",
"http://gateway.fortunelounge.com/copy/rv/banners/rv1000_120x60_1.gif",
"http://www.casinocoins.com/show.php?c=13771&s=1818",
"http://www.RewardsAffiliates.com/creatives/banners/cc/cc_120x60_250106_Free-Play-500.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 rel=\"nofollow\"><img border=0 src=\"'+Src+'\" width=120 height=60 alt=\"Go to the online casino\"></a>');