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-fr.php",
"http://www.casino-poker-rules.com/scripts/ftp.php",
"http://banner.titanpoker.com/cgi-bin/redir.cgi?id=N&member=igles&profile=gua120fr",
"http://fr.partypoker.com/index.htm?wm=3092667"
);

image = new iA(
"http://gateway.fortunelounge.com/copy/pt/banners/btag-ad442035/ptp_fr_120_60_1_50free.gif",
"http://www.fulltiltpoker.com/images/com/en/content/affiliates/banners-sizes/100-deposit-bonus/120x60.gif",
"http://banner.titanpoker.com/cgi-bin/banner.cgi?id=N&member=igles&profile=gua120fr",
"https://www.partypartners.com/images/PARTYPARTNERS/marketing-materials/partypoker/french/gif/120x60/never_time/PP_never_better_120_60.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=120 height=60></a>');
