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/ub.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://static.partnerlogic.net/partnerlogic/banners/12345.gif",
"http://affiliates.ultimatebet.com/banners/bnrimg.php?id=2796&meth=clickthrough&cmpgn_id=16579&prdct_id=1",
"http://banner.titanpoker.com/cgi-bin/banner.cgi?id=N&member=igles&profile=gua120fr",
"http://banners.partypartners.com/images/marketing-materials/partypoker/french/gif/125x125/30upto150/125x125_gif_casale.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>');