function iA() {
this.length = iA.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = iA.arguments[i];
  }
}

link = new iA(
"http://de.partypoker.com/index.htm?wm=3092667",
"http://www.casino-poker-rules.com/scripts/abs.php",
"http://banner.titanpoker.com/cgi-bin/redir.cgi?id=N&member=igles&profile=gua120de"
);

image = new iA(
"http://banners.partypartners.com/images/marketing-materials/partypoker/german/gif/120x60/30upto100/120x60_gif_chips_100.gif",
"http://affiliates.ultimatebet.com/banners/bnrimg.php?id=2515&meth=clickthrough&cmpgn_id=16579&prdct_id=1",
"http://banner.titanpoker.com/cgi-bin/banner.cgi?id=N&member=igles&profile=gua120de"
);

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>');