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.joya-escort.de/",
"http://www.vip-elegance-escort.com/",
"http://www.amour-escort.de/",
"http://www.prettypearls-escort.com/",
"http://www.elegance-escort.de/",
"http://www.elegance-privatdate.com/",
"http://www.vivien-begleitung.com/",
"http://www.amour-escort.biz/"
);

image = new initArray(
"http://www.joya-escort.de/escort.jpg",
"http://www.elegance-escort.de/bann.gif",
"http://www.amour-escort.de/banner.jpg",
"http://www.prettypearls-escort.com/banner.gif",
"http://www.elegance-escort.de/elegance.gif",
"http://www.elegance-privatdate.com/banner468x60.jpg",
"http://www.vivien-begleitung.com/banner.jpg",
"http://www.amour-escort.biz/ban.gif"
);

text = new initArray(
"Elite Escort",
"High Class Escort Agency",
"VIP Campanion",
"First Class Escort Service",
"Luxus Top Model Escorts",
"Escort Directory - Independent Girls - Escort Agencies"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.writeln('<a href=\"' +ranlink+ '\" target="_blank"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
