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

img = new iAr(
"http://gateway.fortunelounge.com/copy/pt/banners/btag-ad442037/ptp_en_125_125_1_50free.gif",
"http://banners.chipleader.com/banners/bnrimg.php?id=23425&meth=clickthrough&cmpgn_id=16580&prdct_id=1",
"https://www.partypartners.com/getResource.do?trackingCode=B05221ABE1C0ABE7DB7E9DA93A7220F5",
"http://banner.sunpoker.com/cgi-bin/banner.cgi?id=500b125&member=184019&profile=sun125",
"http://online.titanpoker.com/promoLoadDisplay?key=em9uZUlkPTIxODU0MjU1MTkmbGFuZGluZ1BhZ2VJZD0yMTg2MTY1MDIyJnByb2ZpbGVJZD0xNzYzNw%3D%3D==",
"http://www.fulltiltpoker.com/images/com/en/content/affiliates/banners-sizes/antonius-100-percent/125x125.gif",
"http://serve.williamhill.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1468649242&lp=215513627"
);

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

var rnd2 = cdate.getSeconds() % img.length;
if (rnd == rnd2) {rnd2 = rnd - 1}
if (rnd2 < 0) {rnd2 = img.length - 1} 
Href  = link[rnd2];
Src = img[rnd2];
document.write('<br><br><a href=\"' +Href+ '\" target=_blank><img border=0 src=\"'+Src+'\" width=125 height=125></a>');
