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.winnerstrategy.com/go/ec.php",
"http://www.winnerstrategy.com/go/ln.php",
"http://www.winnerstrategy.com/go/classic.php",
"http://www.winnerstrategy.com/go/prc.php",
"http://www.winnerstrategy.com/go/32red.php"
);

image = new iA(
"http://online.europacasino.com/promoLoadDisplay?key=em9uZUlkPTIxODUyODI2MDcmbGFuZGluZ1BhZ2VJZD0wJnByb2ZpbGVJZD0xNzYzNw%3D%3D==",
"http://www.referback.com/media/120x240---dollar.gif",
"http://www.RewardsAffiliates.com/creatives/banners/cc/cc_120x240_120107.gif",
"http://serve.prestigecasino.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=300693708&lp=13510073",
"http://resources.32red.com/renderimage.aspx?pid=6144&bid=2806"
);

var curd = new Date();
var rnd = curd.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=240></a>');

