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.smartplayers.net/scripts/absolute.php",
"http://www.fulltiltpoker.com/?key=MDAwMDIyNzQwMDAwNEI2MTIwNDA4MDYxMDAwMDAwMDA-",
"http://www.englishharbourpoker.com/?c=13771&s=496",
"http://www.smartplayers.net/scripts/ppp.php",
"http://www.smartplayers.net/scripts/titan500.php"
);

image = new iA(
"http://affiliates.ultimatebet.com/banners/bnrimg.php?id=2514&meth=clickthrough&cmpgn_id=16579&prdct_id=1",
"http://i.fulltiltpoker.com/images/aff/learn/LEARN_PI-CF_468x60.gif",
"http://www.casinocoins.com/show.php?c=13771&s=496",
"http://banners.partypartners.com/images/marketing-materials/partypoker/english/gif/468x60/30upto150/468x60_gif_casale.gif",
"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\" rel=\"nofollow\"><img border=0 src=\"'+Src+'\" width=468 height=60></a>');
