<!--
// 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-london-submissive-girls.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-london-submissive-girls.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-london-submissive-girls.html",
"http://www.london-contacts.com/submissive-girls-london-submissive-girls.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-lucy.html",
"http://www.london-contacts.com/submissive-girls-submissive-summer.html"
);

image = new initArray(
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/abbey-french-maid-fetish.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/abbey-schoolgirl-fantasy.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/alice-caning-punishments.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/alice-punishment.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/renea-corporal-punishments.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/summer-bdsm-services.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/tiffany-secretary-fantasy2.jpg",
"http://www.london-contacts.com/images/bdsm/london-submissive-girls/kelly-naughty-submissive.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/submissive-lucy/submissive-lucy.jpg",
"http://www.london-contacts.com/images/bdsm/submissive-summer/submissive-summer.jpg"
);

text = new initArray(
"Baker Street Submissive Girls - SUB ABBEY",
"Baker Street Submissive Girls - SUB ABBEY",
"Submisisve Services - SUB ALICE",
"Corporal Punishments - SUB ALICE",
"BDSM Switch Services - BDSM Switch Renea",
"English Submisive Escort - SUBMISSIVE SUMMER",
"London Fetish Escorts - SUBMISSIVE TIFFANY",
"London Submissive Girls - SUBMISSIVE KELLY",
"Earl's Court Domination - AMANDA'S HOUSE",
"Earl's Court Master - MASTER BLACKMAGIC",
"London Mistress - MISTRESS DIONE",
"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>');

