var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"http://www.jackpotcity.com/index.asp?s=aff51372&b=ban6428",
"http://www.luckynugget.com/index.asp?s=aff51372&b=ban6494",
"http://www.riverbelle.com/index.asp?s=aff51372&b=ban6404",
"http://www.gamingclub.com/index.asp?s=aff51372&b=ban6099",
"http://www.luckynugget.com/index.asp?s=aff51372&b=ban6494",
"http://www.goldencasino.com/?c=30559&s=158"
);

image = new initArray(
"http://www.clickedyclick.com/ads/JPC/ban6428.gif",
"http://www.clickedyclick.com/ads/LNC/ban6494.gif",
"http://www.clickedyclick.com/ads/RBC/ban6404.gif",
"http://www.clickedyclick.com/ads/GCC/ban6099.gif",
"http://www.clickedyclick.com/ads/LNC/ban6494.gif",
"http://www.bestcasinopartner.com/show.php?c=30559&s=158"
);

text = new initArray(
"Home of the Biggest Jackpots!",
"Lucky Nugget - Where anyone can strike gold",
"Play free casino games like slots, video poker, online roulette, blackjack, baccarat, craps and more.",
"Gaming Club - More Winners, More Often",
"Lucky Nugget - Where anyone can strike gold",
"Players Club! Get VIP Rewards and VIP Treatment!"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');