locallink  = new Array("http://www.katesplayground.com/promo/156/index.php?ccbill=908659","http://www.katesplayground.com/promo/157/index.php?ccbill=908659","http://www.katesplayground.com/promo/146/index.php?ccbill=908659","http://www.katesplayground.com/promo/142/index.php?ccbill=908659");
localimage = new Array("kate1.jpg","kate2.jpg","kate3.jpg","kate4.jpg");
localtext  = new Array("Kate has a nice playground","Kate has a nice playground","Kate has a nice playground-see her get kinky with Misty","Kate has a nice playground-see her and Naomi get it on here");
var currentdate = new Date();
var core = currentdate.getSeconds() % localimage.length;
var ranlink  = locallink[core];
var ranimage = localimage[core];
var rantext  = localtext[core];
 
document.write('<a href=\"' +ranlink+ '\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
