function iAr() {
this.length = iAr.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = iAr.arguments[i];
  }
}

link = new iAr(
"http://www.casino-poker-rules.com/scripts/ftp.php",
"http://de.partypoker.com/index.htm?wm=3092667",
"http://banner.titanpoker.com/cgi-bin/redir.cgi?id=N&member=igles&profile=maintp&lang=de",
"http://www.casino-poker-rules.com/scripts/whp-de.php",
"http://www.casino-poker-rules.com/scripts/pt-de.php"
);

img = new iAr(
"http://www.fulltiltpoker.com/images/com/en/content/affiliates/banners-sizes/antonius-100-percent/240x60.gif",
"https://www.partypartners.com/images/PARTYPARTNERS/marketing-materials/partypoker/german/gif/234x60/wpt_euro/234x60-WPT.gif",
"http://banner.titanpoker.com/bannerfiles//tpq9de.gif",
"http://serve.williamhill.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1471229702&lp=1458673656",
"http://gateway.fortunelounge.com/copy/pt/banners/btag-ad442028/ptp_de_234_60_1_50free.gif"
);

var cdate = new Date();
var rnd = cdate.getSeconds() % img.length;
var Href  = link[rnd];
var Src = img[rnd];

document.write('<a href=\"' +Href+ '\" target=_blank><img border=0 src=\"'+Src+'\" width=234 height=60></a>');
