// 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
// modified for use with a textlink
var currentdate = 0;
var core = 0;
var linkline = "";
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.michielvanbeek.com/",
"/nl/themas/fetishzone.html",
"/nl/themas/menonly.html",
"/nl/themas/sunnygayday.html",
"/nl/themas/bdsmpure.html",
"/nl/themas/travestie.html"
);

text = new initArray(
"Resident DJ - Progressive Trance music van resident DJ. Michiel van Beek",
"FetishZone - Strikte kledingvoorschrift Kinky Fetish Party @ Sameplace, elke 3de Zaterdag v/d Maand.",
"Men Only Night - Elke Maandagavond, de homo- biseksuelen mannen avond - dresscode single piece",
"Sunny GayDay - Elke 4e Zondagmiddag van 15:00 tot 9:00 uur, onze homo- biseksuelen mannen middag - dresscode single piece",
"BDSM-Pure - Elke 1e zondag van 14:00 tot 20:00 uur, een middag voor BDSM'rs en geïnteresseerden",
"Travestie - Elke 3e woensdag van 22:00 tot 03:00 uur, een avond voor Travestieten en hun vriend(inn)en"
);

var core = 1+Math.floor(Math.random()*link.length) 
var ranlink  = link[core];
var rantext  = text[core];
if ( ranlink == undefined ) ranlink = "http://www.bdsmcafe.nl";
if ( rantext == undefined ) rantext = "BDSMCAFE - The new portal to the world of BDSM";


// the next line should be in the HTML page embdded.
// document.write('<a href=\"' +ranlink+ '\"/class=\"lads\">'+rantext+'</a>');
