<!--
// original content taken from Nic's JavaScript Page with permission
// lack of these three lines will result in copyright infringment
// made by: Nic's JavaScript Page - http://www.javascript-page.com

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(
"escort-agency-admiral-escorts.html",
"escort-agency-admiral-escorts.html",
"escort-agency-babylon-girls.html",
"escort-agency-babylon-girls.html",
"escort-agency-directors-escorts.html",
"escort-agency-directors-escorts.html",
"escort-agency-escorts-city.html",
"escort-agency-escorts-city.html",
"escort-agency-eternity-girls.html",
"escort-agency-eternity-girls.html",
"escort-agency-fantasies-desires.html",
"escort-agency-fantasies-desires.html",
"escort-agency-passionate-london-escorts.html",
"escort-agency-passionate-london-escorts.html"
);

image = new initArray(
"images/agency-escorts/admiral-escorts/admiral-escorts-7.jpg",
"images/agency-escorts/admiral-escorts/admiral-escorts-9.jpg",
"images/agency-escorts/babylon-girls/babylon-girls-2.jpg",
"images/agency-escorts/babylon-girls/babylon-girls-3.jpg",
"images/agency-escorts/directors-escorts/directors-escorts-1.jpg",
"images/agency-escorts/directors-escorts/directors-escorts-2.jpg",
"images/agency-escorts/escorts-city/escort-city-5.jpg",
"images/agency-escorts/escorts-city/escort-city-2.jpg",
"images/agency-escorts/eternity-girls/eternity-girls-2.jpg",
"images/agency-escorts/eternity-girls/eternity-girls-3.jpg",
"images/agency-escorts/fantasies-and-desires/fantasies-4.jpg",
"images/agency-escorts/fantasies-and-desires/fantasies-2.jpg",
"images/agency-escorts/passionate-london-escorts/passionate-escorts-1.jpg",
"images/agency-escorts/passionate-london-escorts/passionate-escorts-2.jpg"
);

text = new initArray(
"Admiral Escorts",
"Admiral Escorts",
"Babylon Girls",
"Babylon Girls",
"Directors Escorts",
"Directors Escorts",
"Escorts and the City",
"Escorts and the City",
"Eternity Girls",
"Eternity Girls",
"Fantasies and Desires",
"Fantasies and Desires",
"Passionate London Escorts",
"Passionate London Escorts"
);

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+ '\"><img src=\"'+ranimage+'\" border="0" width="103" height="145" alt=\"'+rantext+'\"></a>');
