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

link = new iAr(
"http://www.casino-poker-rules.com/scripts/32red.php",
"http://www.casino-poker-rules.com/scripts/ic.php",
"http://www.casino-poker-rules.com/scripts/omni.php",
"http://www.casino-poker-rules.com/scripts/jc.php",
"http://www.casino-poker-rules.com/scripts/omni.php"
);

img = new iAr(
"http://resources.32red.com/renderimage.aspx?pid=6144&bid=3167",
"http://static.partnerlogic.net/partnerlogic/banners/26669.gif",
"http://banner.omnicasino.com/cgi-bin/banner.cgi?id=marv234usd&member=184019&profile=om234",
"http://www.referback.com/media/jpc_500_free_uk_234x60.gif",
"http://banner.omnicasino.com/cgi-bin/banner.cgi?id=vp234euro&member=184019&profile=om234"
);

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

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