<!--
// original content taken from Nic's JavaScript Page with permission
// made by: Nic's JavaScript Page - http://www.javascript-page.com
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://www.madaboutjewellery.com/cgi-bin/rs000001.pl?SOURCE=formen&DESTINATION=Product_Sections_Men_15.html&PATH=./acatalog/&BASEURL=http://www.madaboutjewellery.com/acatalog/",
"http://www.madaboutjewellery.com/cgi-bin/rs000001.pl?SOURCE=formen&DESTINATION=Product_Sections_Men_15.html&PATH=./acatalog/&BASEURL=http://www.madaboutjewellery.com/acatalog/",
"http://www.madaboutjewellery.com/cgi-bin/rs000001.pl?SOURCE=formen&DESTINATION=Product_Sections_Men_15.html&PATH=./acatalog/&BASEURL=http://www.madaboutjewellery.com/acatalog/",
"http://www.madaboutjewellery.com/cgi-bin/rs000001.pl?SOURCE=formen&DESTINATION=Product_Sections_Men_15.html&PATH=./acatalog/&BASEURL=http://www.madaboutjewellery.com/acatalog/",
"http://www.madaboutjewellery.com/cgi-bin/rs000001.pl?SOURCE=formen&DESTINATION=Product_Sections_Men_15.html&PATH=./acatalog/&BASEURL=http://www.madaboutjewellery.com/acatalog/",
"http://www.madaboutjewellery.com/cgi-bin/rs000001.pl?SOURCE=formen&DESTINATION=Product_Sections_Men_15.html&PATH=./acatalog/&BASEURL=http://www.madaboutjewellery.com/acatalog/"




);
image = new initArray(
"http://www.madaboutjewellery.com/acatalog/box_men_130.jpg",
"http://www.madaboutjewellery.com/acatalog/box_men_130_fb.jpg",
"http://www.madaboutjewellery.com/acatalog/box_men_130_dogtags.jpg",
"http://www.madaboutjewellery.com/acatalog/box_men_fb_130_tie.jpg",
"http://www.madaboutjewellery.com/acatalog/male_model_tatoo_dogtag.jpg",
"http://www.madaboutjewellery.com/acatalog/gold_rope_chain_male_model.jpg"



);
text = new initArray(
"Mens Designer Jewellery - Click here...",
"Mens Designer Jewellery - Click here...",
"Mens Designer Jewellery - Click here...",
"Mens Designer Jewellery - Click here...",
"Mens Designer Jewellery - Click here...",
"Mens Designer Jewellery - Click here..."


);
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 href="' +ranlink+ '"><img src="'+ranimage+'" border="0" alt="'+rantext+'"></a>');
//-->
