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.hideyourporno.com/index.php?ref=10842",
"http://www.hideyourporno.com/index.php?ref=10842",
"http://www.hideyourporno.com/index.php?ref=10842",
"http://www.hideyourporno.com/index.php?ref=10842",
"http://www.hideyourporno.com/index.php?ref=10842",
"http://www.hideyourporno.com/index.php?ref=10842"
);

image = new initArray(
"http://www.filecloaker.com/banners/brook468x80.gif",
"http://www.filecloaker.com/banners/car468x80-1.gif",
"http://www.filecloaker.com/banners/car468x80-2.gif",
"http://www.filecloaker.com/banners/car468x80-3.gif",
"http://www.filecloaker.com/banners/car468x80-4.gif",
"http://www.filecloaker.com/banners/car468x80-5.gif"
);

text = new initArray(
"Safley Hide Your Porn Files",
"Safley Hide Your Porn Files",
"Safley Hide Your Porn Files",
"Safley Hide Your Porn Files",
"Safley Hide Your Porn Files",
"Safley Hide Your Porn Files"
);

var currentdate = new Date();
var core = Math.floor(Math.random()*10001) % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];
document.write('<br><br><div align=\"center\"><a href=\"' +ranlink+ '\" target="_blank"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a></div><br><br><br><br>');
