<!--
// 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/london-mistress-scarlett.html",
"http://www.london-contacts.com/london-mistress-river-breeze.html",
"http://www.london-contacts.com/submissive-girls-sub-emma.html",
"http://www.london-contacts.com/submissive-girls-sarah-cane.html",
"http://www.london-contacts.com/earls-court-domination-amandas-house.html",
"http://www.london-contacts.com/knightsbridge-mistress-christina.html",
"http://www.london-contacts.com/earls-court-master-blackmagic.html",
"http://www.london-contacts.com/city-mistress-ava.html",
"http://www.london-contacts.com/baker-street-mistress-canemore.html",
"http://www.london-contacts.com/london-mistress-charlotte.html",
"http://www.london-contacts.com/london-mistress-dione.html",
"http://www.london-contacts.com/city-mistress-roxy.html",
"http://www.london-contacts.com/gloucester-road-mistress-tanya.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/bdsm-switch-samantha.html",
"http://www.london-contacts.com/submissive-girls-submissive-summer.html"
);

image = new initArray(
"http://www.london-contacts.com/images/bdsm/mistress-scarlett/mistress-scarlett.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-river-breeze/mistress-river-deep.jpg",
"http://www.london-contacts.com/images/bdsm/sub-emma/sub-emma.jpg",
"http://www.london-contacts.com/images/bdsm/sarah-cane/sarah-cane.jpg",
"http://www.london-contacts.com/images/bdsm/amandas-house/amanda-house-gallery.jpg",
"http://www.london-contacts.com/images/bdsm/dominatrix-christina/dominatrix-christina-galler.jpg",
"http://www.london-contacts.com/images/bdsm/master-blacmagic/master-blackmagic.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-ava/mistress-ava.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-canemore/mistress-canemore.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-charlotte/mistress-charlotte-gallery.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-dione/mistress-dione-gallery.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-roxy/mistress-roxy-gallery.jpg",
"http://www.london-contacts.com/images/bdsm/mistress-tanya/mistress-tanya.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/switch-samantha/switch-samantha.jpg",
"http://www.london-contacts.com/images/bdsm/submissive-summer/submissive-summer.jpg"
);

text = new initArray(
"London Mistress - MISTRESS SCARLETT",
"Chelsea Mistress - MISTRESS RIVER BREEZE",
"Victoria Submissives - SUB EMMA",
"Baker Street Submissives - SARAH CANE",
"Earl's Court Domination - AMANDA'S HOUSE",
"Knightsbridge Mistress - CBT CHRISTINA",
"Earl's Court Master - MASTER BLACKMAGIC",
"City Mistress - MISTRESS AVA",
"Baker Street Mistress - MISTRESS CANEMORE",
"London Mistress - MISTRESS CHARLOTTE",
"London Mistress - MISTRESS DIONE",
"City Mistress - MISTRESS ROXY",
"Gloucester Road Mistress - MISTRESS TANYA",
"Victoria Submissive Girls - SUBMISSIVE CARRIE",
"Baker Street Submissive Girls - SUBMISSIVE LUCY",
"Liverpool Street BDSM Switch - SWITCH SAMANTHA",
"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>');
