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://aff.kinklive.com/track/3459;201651:KOD20RevLife:KINKLIVE,423/",
"http://aff.kinklive.com/track/3459;201651:KOD20RevLife:KINKLIVE,423/",
"http://aff.kinklive.com/track/3459;201651:KOD20RevLife:KINKLIVE,423/",
"http://aff.kinklive.com/track/3459;201651:KOD20RevLife:KINKLIVE,423/",
"http://aff.kinklive.com/track/3459;201651:KOD20RevLife:KINKLIVE,423/"
);

image = new initArray(

"http://www.bondageblog.com/kink-live-130x130-01.jpg",
"http://www.bondageblog.com/kink-live-130x130-02.jpg",
"http://www.bondageblog.com/kink-live-130x130-03.jpg",
"http://www.bondageblog.com/kink-live-130x130-04.jpg",
"http://www.bondageblog.com/kink-live-130x130-05.jpg"
);


text = new initArray(

"kinklive.com",
"kinklive.com",
"kinklive.com",
"kinklive.com",
"kinklive.com"
);


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 rel=\"nofollow\" class=\"thumb\" title= \"' +rantext+ '\" href=\"' +ranlink+ '\"><img style=\"background:url(' +ranimage+ ')\" src=\"http://www.bondageblog.com/kink-live-130x130.gif\"></a>');                        						 
