<!--
// 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/submissive-girls-submissive-chloe.html",
"http://www.london-contacts.com/kensington-mistress-renea.html",
"http://www.london-contacts.com/london-city-mistress-ava.html",
"http://www.london-contacts.com/london-madame-caramel.html",
"http://www.london-contacts.com/euston-mistress-ashanti.html",
"http://www.london-contacts.com/submissive-girls-london-submissive-girls.html",
"http://www.london-contacts.com/submissive-girls-london-submissive-girls.html",
"http://www.london-contacts.com/submissive-girls-submissive-vanessa.html",
"http://www.london-contacts.com/submissive-girls-sub-emma.html",
"http://www.london-contacts.com/earls-court-domination-amandas-house.html",
"http://www.london-contacts.com/earls-court-master-blackmagic.html",
"http://www.london-contacts.com/london-mistress-dione.html",
"http://www.london-contacts.com/submissive-girls-submissive-carrie.html",
"http://www.london-contacts.com/submissive-girls-submissive-lucy.html",
"http://www.london-contacts.com/submissive-girls-submissive-summer.html"
);

image = new initArray(
"http://www.london-contacts/images/bdsm/sub-chloe/2.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-renea/3.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-ava/3.jpg",
"http://www.london-contacts.com/images/bdsm/madame-caramel/1.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-ashanti/5.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/sub-niky-1.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/submissive-lauren-13.jpg",
"http://www.london-contacts.com/images/bdsm/submissive-vanessa/4.JPG",
"http://www.london-contacts.com/images/bdsm/sub-emma/sub-emma.jpg",
"http://www.london-contacts.com/images/bdsm/amandas-house/amanda-house-gallery.jpg",
"http://www.london-contacts.com/images/bdsm/master-blacmagic/master-blackmagic.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-dione/mistress-dione-gallery.jpg",
"http://www.london-contacts.com/images/bdsm/sub-carrie/sub-carrie.jpg",
"http://www.london-contacts.com/images/bdsm/submissive-lucy/submissive-lucy.jpg",
"http://www.london-contacts.com/images/bdsm/submissive-summer/submissive-summer.jpg"
);

text = new initArray(
"Central London Submissive Girls - SUB CHLOE",
"South Kensington Mistress - MISTRESS RENEA",
"London City Mistress - MISTRESS AVA",
"London Madame - MADAME CARAMEL",
"Euston Mistress - MISTRESS ASHANTY",
"Baker Street Submissive Girls - SUB NIKY",
"Baker Street Submissive Girls - SUB LAUREN",
"Edgware Road Submissive Girl - SUBMISSIVE VANESSA",
"Victoria Submissives - SUB EMMA",
"Earl's Court Domination - AMANDA'S HOUSE",
"Earl's Court Master - MASTER BLACKMAGIC",
"London Mistress - MISTRESS DIONE",
"Victoria Submissive Girls - SUBMISSIVE CARRIE",
"Baker Street Submissive Girls - SUBMISSIVE LUCY",
"Baker Street Submissive Girls - SUBMISSIVE SUMMER"
);

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>');
