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.casino-poker-rules.com/scripts/pt.php",
"http://www.casino-poker-rules.com/scripts/titan500.php",
"http://www.casino-poker-rules.com/scripts/abs.php",
"http://www.casino-poker-rules.com/scripts/whp.php",
"http://www.casino-poker-rules.com/scripts/ftp.php",
"http://www.casino-poker-rules.com/scripts/sun.php"
);

image = new iA(
"http://gateway.fortunelounge.com/copy/pt/banners/btag-ad442032/ptp_en_120_60_1_50free.gif",
"http://online.titanpoker.com/promoLoadDisplay?key=em9uZUlkPTIwNTE2MTY0NzQmbGFuZGluZ1BhZ2VJZD0wJnByb2ZpbGVJZD0xNzYzNw%3D%3D==",
"http://banners.chipleader.com/banners/bnrimg.php?id=23436&meth=clickthrough&cmpgn_id=16580&prdct_id=1",
"http://serve.williamhill.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1471230134&lp=1450985217",
"http://www.fulltiltpoker.com/images/com/en/content/affiliates/banners-sizes/antonius-100-percent/120x60.gif",
"http://banner.sunpoker.com/cgi-bin/banner.cgi?id=500bon1206&member=184019&profile=sun120x60"
);

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