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.cinemacasino.com/de.index.asp?btag=AfBtag370103001",
"http://www.smartplayers.net/scripts/eh.php",
"http://www.smartplayers.net/scripts/cv.php",
"http://www.smartplayers.net/scripts/ccc.php",
"http://www.smartplayers.net/scripts/hp.php",
"http://www.smartplayers.net/scripts/partyc.php"
);

image = new iA(
"http://www.affiliatebannerfarm.com/vegaspartner/de_banners/cinema/125x125/125x125_1.gif",
"http://www.casinocoins.com/banners/EE/125x125/125EURO.gif",
"http://www.affiliatebannerfarm.com/vegaspartner/de_banners/crazyvegas/125x125/125x125_3.gif",
"http://www.captaincookscasino.com/AffBanners/125x125_Banner13.gif",
"http://www.hotpepperaffiliates.com/show.php?c=62456&s=25",
"http://banners.partypartners.com/images/marketing-materials/partycasino/german/gif/125x125/100bonus/125x125_gif_de100bonus.gif"
);

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><img border=0 src=\"'+Src+'\" width=125 height=125></a>');