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/ccc.php",
"http://www.winnerstrategy.com/go/jc.php",
"http://www.winnerstrategy.com/go/rb.php",
"http://www.winnerstrategy.com/go/lvusa.php",
"http://www.winnerstrategy.com/go/eh.php"
);

image = new iA(
"http://www.RewardsAffiliates.com/creatives/banners/ccc/ccc_468x60_200606.gif",
"http://www.clickedyclick.com/ads/JPC/ban7131.gif",
"http://www.clickedyclick.com/ads/RBC/ban7319.gif",
"http://www.winnerstrategy.com/images/LVU-CrazyVegas-468x60-500.gif",
"http://www.casinocoins.com/show.php?c=13771&s=1581"
);

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=468 height=60></a>');