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.web-casino-bonuses.com/go/click.php?id=38",
"http://www.web-casino-bonuses.com/go/click.php?id=42",
"http://www.web-casino-bonuses.com/go/click.php?id=50",
"http://www.web-casino-bonuses.com/go/click.php?id=58",
"http://www.web-casino-bonuses.com/go/click.php?id=3"
);

image = new initArray(
"http://www.web-casino-bonuses.com/i/spinpalace1.gif",
"http://www.web-casino-bonuses.com/i/vegascountry1.gif",
"http://www.web-casino-bonuses.com/i/aztecriches1.gif",
"http://www.web-casino-bonuses.com/i/vegasred1.gif",
"http://www.web-casino-bonuses.com/i/alljackpots1.gif"
);

text = new initArray(
"Play Now",
"Play Now",
"Play Now",
"Play Now",
"Play Now"
);

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"   width="234" height="60" hspace="10" align="middle" alt=\"'+rantext+'\"></a>');

