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/32red.php",
"http://www.smartplayers.net/scripts/ic.php",
"http://www.smartplayers.net/scripts/ec.php",
"http://www.smartplayers.net/scripts/cherryred.php",
"http://www.smartplayers.net/scripts/slotsgalore.php",
"http://www.smartplayers.net/scripts/sp.php",
"http://www.smartplayers.net/scripts/ss.php"
);

image = new iA(
"http://resources.32red.com/renderImage.aspx?pid=6146&bid=2749",
"http://static.partnerlogic.net/partnerlogic/banners/27339.gif",
"http://www.smartplayers.net/images/ec-EN-468x60-4-ga-1349.gif",
"http://a.c-planet.net/b/5718.gif",
"http://www.casinocoins.com/show.php?c=13771&s=1987",
"http://www.smartplayers.net/images/SunP-468x60-500-TTT.gif",
"http://www.casinocoins.com/show.php?c=13771&s=1556"
);

var cdate = new Date();
var rnd = cdate.getSeconds() % image.length;
var Href  = link[rnd];
var Src = image[rnd];
document.write('<a href=\"' +Href+ '\" target=_blank><img border=0 src=\"'+Src+'\" width=468 height=60></a>');

