
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.sexcel-private-galleries.com/free-amateur-galleries.html",
"http://www.sexcel-private-galleries.com/free-amateur-galleries.html",
"http://www.sexcel-private-galleries.com/free-amateur-galleries.html"
);

image = new initArray(
"http://www.sexcel-private-galleries.com/links/graphics/us-phone-sex-1.jpeg",
"http://www.sexcel-private-galleries.com/links/graphics/us-phone-sex-2.jpeg",
"http://www.sexcel-private-galleries.com/links/graphics/us-phone-sex-3.jpeg"
);

text = new initArray(
"Hot US Phone Sex",
"Hot US Phone Sex",
"Hot US Phone Sex"
);

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="125" height="469" class="nobord" alt=\"'+rantext+'\"></a>');

