locallink  = new Array("maryjane1.html","maryjane2.html","maryjane3.html","maryjane4.html","maryjane5.html");
localimage = new Array("maryjane/set1/main.jpg","maryjane/set2/main.jpg","maryjane/set3/main.jpg","maryjane/set4/main.jpg","maryjane/set5/main.jpg");
localtext  = new Array("Mary Jane has a secret-want to see what it is?","Mary Jane has a secret-want to see what it is?","Mary Jane has a secret-want to see what it is?","Mary Jane has a secret-want to see what it is?","Mary Jane has a secret-want to see what it is?");
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>');
