<!--
// 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.anrdoezrs.net/click-1343141-10434231?sid=ft",
"http://www.tkqlhce.com/click-1343141-10696632?sid=ft",
"http://www.dpbolvw.net/click-1343141-10892373?sid=ft",
"http://www.jdoqocy.com/click-1343141-10424686?sid=ft"
);

image = new initArray(
"http://www.ftjcfx.com/image-1343141-10434231",
"http://www.awltovhc.com/image-1343141-10696632",
"http://www.lduhtrp.net/image-1343141-10892373",
"http://www.ftjcfx.com/image-1343141-10424686"
);

text = new initArray(
"ClickN KIDS",
"Find the best local babysitters at Sittercity.com",
"Get 6 books for $2 plus a free gift",
"Popular Chefs and Cookbooks 4 for $1 each"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

//-->

