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/crazypoker.php",
"http://www.casino-poker-rules.com/scripts/titan.php",
"http://www.casino-poker-rules.com/scripts/ftp.php"
);

image = new iA(
"http://static.partnerlogic.net/partnerlogic/banners/27315.gif",
"http://aurora.starpartner.com/affiliatebannerfarm/starpartner/CRP/en/120X60/120x60-en-crp-LL-kp-30-11-10.gif",
"http://online.titanpoker.com/promoLoadDisplay?key=em9uZUlkPTIwNTE2MTY0NzQmbGFuZGluZ1BhZ2VJZD0wJnByb2ZpbGVJZD0xNzYzNw%3D%3D==",
"http://www.fulltiltpoker.com/images/com/en/content/affiliates/banners-sizes/ftp-academy/120x60.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>');
