<!--
// original content taken from Nic's JavaScript Page with permission
// lack of these three lines will result in copyright infringment
// 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.vigrxplus.com/ct/21535",
"http://www.semenax.com/ct/21535?b=4002", 
"http://www.prosolutiongel.com/ct/21535",
"http://www.proenhance.com/ct/21535?b=13012"
);

image = new initArray(
"http://www2.sellhealth.com/63/vigrxplus600x180_A.jpg",
"http://www2.sellhealth.com/2/semenax_diamond_500x250.jpg",
"http://www2.sellhealth.com/221/p6g5n001.jpg", 
"http://www2.sellhealth.com/191/proenhance-button.jpg"
);

text = new initArray(
"VigRx Plus",
"Semenax Diamond Package",
"Pro Solution Gel",
"Pro Enhance Patch"
);

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>');

//-->
