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

image = new iA(
"http://static.partnerlogic.net/partnerlogic/banners/27324.gif",
"https://www.partypartners.com/images/PARTYPARTNERS/marketing-materials/partypoker/english/gif/234x60/SuperSignupBonus/234x60_gif@poker_en_us.gif",
"http://www.referback.com/media/234x60-ANON-TABLE-Banner.gif",
"http://online.titanpoker.com/promoLoadDisplay?key=em9uZUlkPTIxODUwMDU3MjUmbGFuZGluZ1BhZ2VJZD0wJnByb2ZpbGVJZD0xNzYzNw%3D%3D==",
"http://www.fulltiltpoker.com/images/com/en/content/affiliates/banners-sizes/ftp-academy/240x60.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=234 height=60></a>');
