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://refer.ccbill.com/cgi-bin/clicks.cgi?CA=927966-0000&amp;PA=2009456&amp;HTML=http://www.shadowslaves.com/index2.htm",
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=927966-0000&amp;PA=2009456&amp;HTML=http://www.shadowslaves.com/index2.htm",
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=927966-0000&amp;PA=2009456&amp;HTML=http://www.shadowslaves.com/index2.htm",
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=927966-0000&amp;PA=2009456&amp;HTML=http://www.shadowslaves.com/index2.htm",
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=927966-0000&amp;PA=2009456&amp;HTML=http://www.shadowslaves.com/index2.htm",
"http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=927966-0000&amp;PA=2009456&amp;HTML=http://www.shadowslaves.com/index2.htm"
);

image = new initArray(

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


text = new initArray(

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