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.publicdisgrace.com/track/3459;201651:revshare:PUBLICDISGRACE,230/",
"http://aff.publicdisgrace.com/track/3459;201651:revshare:PUBLICDISGRACE,230/",
"http://aff.publicdisgrace.com/track/3459;201651:revshare:PUBLICDISGRACE,230/",
"http://aff.publicdisgrace.com/track/3459;201651:revshare:PUBLICDISGRACE,230/"
);

image = new initArray(

"http://www.bondageblog.com/public-disgrace-01-130x130.jpg",
"http://www.bondageblog.com/public-disgrace-02-130x130.jpg",
"http://www.bondageblog.com/public-disgrace-03-130x130.jpg",
"http://www.bondageblog.com/public-disgrace-04-130x130.jpg"
);


text = new initArray(

"publicdisgrace.com",
"publicdisgrace.com",
"publicdisgrace.com",
"publicdisgrace.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/public-disgrace-130x130.gif\"></a>');                        						 
