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/ss.php",
"http://www.winnerstrategy.com/go/cv.php",
"http://www.winnerstrategy.com/go/ec.php",
"http://www.winnerstrategy.com/go/classic.php",
"http://www.winnerstrategy.com/go/vo.php",
"http://www.villento.com/online-casino/index_en.asp?btag=va845625_aff_b000244_12112008_75514_ATS"
);

image = new iA(
"http://www.casinocoins.com/show.php?c=13771&s=1550",
"http://www.affiliatebannerfarm.com/starpartner/CVC/en/125X125/125x125-crazyvegascasino-en-MJW-01.gif",
"http://banner.europacasino.com/cgi-bin/banner.cgi?id=N&member=igles&profile=en125go",
"http://www.RewardsAffiliates.com/creatives/banners/cc/cc_125x125_200508_tombraider-rot.gif",
"http://www.winnerstrategy.com/images/VCO-Pinocchio-125x125-500.gif",
"http://www.villentoaffiliates.com/banners/va845625_aff_70_000244.aspx"
);

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