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/eg.php",
"http://www.casino-poker-rules.com/scripts/7s.php",
"http://www.casino-poker-rules.com/scripts/cg.php",
"http://www.casino-poker-rules.com/scripts/omni.php"
);

image = new iA(
"http://serve.eurogrand.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=1470922093&lp=1470381247",
"http://gateway.fortunelounge.net/copy/7s/banners/7s_powerpoker_120_60.gif",
"http://www.casinocoins.com/show.php?c=13771&s=1818",
"http://banner.omnicasino.com/cgi-bin/banner.cgi?id=vp60euro&member=184019&profile=om120x60"
);

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