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.roulette101.biz/go/villento.php",
"http://www.roulette101.biz/go/jc.php",
"http://www.roulette101.biz/go/eg.php",
"http://www.roulette101.biz/go/classic.php",
"http://www.roulette101.biz/go/rushmore.php",
"http://www.roulette101.biz/go/eh.php"
);

img = new iA(
"http://www.villentoaffiliates.com/banners/va845625_aff_81_000332.aspx",
"http://www.referback.com/media/FS_58316.GIF",
"http://serve.eurogrand.com/promoLoadDisplay?member=usaige&campaign=DEFAULT&channel=DEFAULT&zone=334968905&lp=13513526",
"http://www.RewardsAffiliates.com/creatives/banners/cc/cc_468x60_151007_gbp-osbourne.gif",
"http://a.c-planet.net/b/4613.gif",
"http://www.casinocoins.com/show.php?c=13771&s=1581"
);

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=468 height=60></a>');