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.fulltiltpoker.com/?key=MDAwMDIyNzQwMDAwNEI2MTIwNDBDMDIxMDAwMDAwMDA-",
"http://www.smartplayers.net/scripts/ppp.php",
"http://www.smartplayers.net/scripts/icp.php",
"http://www.smartplayers.net/scripts/absolute.php",
"http://www.smartplayers.net/scripts/titan500.php"
);

image = new iA(
"http://i.fulltiltpoker.com/images/aff/probanners/play-online-poker-FTP_Pros.gif",
"http://banners.partypartners.com/images/marketing-materials/partypoker/english/gif/468x60/30upto150/468x60_gif_casale.gif",
"http://static.partnerlogic.net/partnerlogic/banners/19189.gif",
"http://affiliates.ultimatebet.com/banners/bnrimg.php?id=2514&meth=clickthrough&cmpgn_id=16579&prdct_id=1",
"http://banner.titanpoker.com/cgi-bin/banner.cgi?id=N&member=igles&profile=468ennba"
);

var curd = new Date();
var rnd = curd.getSeconds() % image.length;
var Href = link[rnd];
var Src = image[rnd];

document.write('<a href=\"' +Href+ '\" target=\"_blank\"><img border="0" src=\"'+Src+'\" width="468" height="60"></a>');