<!--
// 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(
"http://www.london-contacts.com/escort-agency-london-escorts-eye-candy.html",
"http://www.london-contacts.com/escort-agency-affair-girls.html",
"http://www.london-contacts.com/escort-agency-avis-babes.html",
"http://www.london-contacts.com/escort-agency-agency-cats.html",
"http://www.london-contacts.com/escort-agency-premier-models.html",
"http://www.london-contacts.com/escort-agency-kitty-cats.html",
"http://www.london-contacts.com/escort-agency-24-7-ape-escorts.html",
"http://www.london-contacts.com/escort-agency-aclass-asian-escorts.html",
"http://www.london-contacts.com/escort-agency-admiral-escorts.html",
"http://www.london-contacts.com/escort-agency-annas-angels.html",
"http://www.london-contacts.com/escort-agency-asian-delight.html",
"http://www.london-contacts.com/escort-agency-chelsea-escorts.html",
"http://www.london-contacts.com/escort-agency-nova-escorts.html",
"http://www.london-contacts.com/escort-agency-oriental-elite-escorts.html",
"http://www.london-contacts.com/escort-agency-penthouse-angels.html",
"http://www.london-contacts.com/escort-agency-sexy-escorts.html",
"http://www.london-contacts.com/escort-agency-vlondon-escorts.html"
);

image = new initArray(
"http://www.london-contacts.com/images/escort-agency/eye-candy/4.jpg",
"http://www.london-contacts.com/images/escort-agency/affair-girls/1.jpg",
"http://www.london-contacts.com/images/escort-agency/avis-babes/1.jpg",
"http://www.london-contacts.com/images/escort-agency/agencycats/5.jpg",
"http://www.london-contacts.com/images/escort-agency/premier-models/8.jpg",
"http://www.london-contacts.com/images/escort-agency/diamond-kitty-cats/8.jpg",
"http://www.london-contacts.com/images/escort-agency/247-escorts/247-escorts-gallery.jpg",
"http://www.london-contacts.com/images/escort-agency/aclass-asian/aclass-asian-escorts-galler.jpg",
"http://www.london-contacts.com/images/escort-agency/admiral-escorts/admiral-escorts-gallery.jpg",
"http://www.london-contacts.com/images/escort-agency/annas-angels/annas-angels-gallery.jpg",
"http://www.london-contacts.com/images/escort-agency/asian-delight/asian-delight-gallery.jpg",
"http://www.london-contacts.com/images/escort-agency/chelsea-girls/chelsea-girls-escorts-galle.jpg",
"http://www.london-contacts.com/images/escort-agency/nova-escorts/nova-escorts-gallery.jpg",
"http://www.london-contacts.com/images/escort-agency/oriental-elite-escorts/oriental-escorts-gallery.jpg",
"http://www.london-contacts.com/images/escort-agency/penthouse-angels/Penthouse-escorts-gallery.jpg",
"http://www.london-contacts.com/images/escort-agency/sexy-escorts/sexy-escort-gallery.jpg",
"http://www.london-contacts.com/images/escort-agency/vlondon-escorts/vlondon-escorts-gallery.jpg"
);

text = new initArray(
"London Escort Agency - LONDON ESCORTS EYE CANDY",
"London Escort Agency - AFFAIR GIRLS",
"London Escort Agency - AVIS BABES",
"London Escorts Agency - AGENCY CATS",
"London Escorts Agency - PREMIER MODELS UK",
"Elite London Escorts Agency - DIAMOND KITTY CATS",
"London Escort Agency - 24/7 APE ESCORTS",
"Asian Escorts Agency - A CLASS ASIAN ESCORTS",
"London Escort Agency - ADMIRAL ESCORTS",
"High Class Elite London Escorts - ANNA'S ANGELS",
"Exclusive Asian Escorts - ASIAN DELIGHT",
"Central London Escorts - CHELSEA GIRLS ESCORTS",
"London Escort Agency - NOVA ESCORTS",
"Oriental Escorts Agency - ORIENTAL ELITE ESCORTS",
"London and Worlwide Escorts - PENTHOUSE ANGELS",
"Asian Escort Agency - SEXY ESCORTS",
"Escort Agency in London - V 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>');
