",
"",
""
);
image = new initArray(
"1 ",
"2 ",
"3 ",
"4 "
);
text = new initArray(
"Pub",
"Pub",
"Pub",
"Pub"
);
var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink = link[core];
var ranimage = image[core];
var rantext = text[core];
document.write(ranlink);
//-->