<!--
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.kqzyfj.com/r2122uoxuowBEIFIEGJBLLEKIGG?sid=shopstown",
"http://www.jdoqocy.com/ne98ft1zt0GJNKNJLOGIHMNMQKH?sid=shopstown",
"http://www.jdoqocy.com/5i116vpyvpxCFJGJFHKCEDIJEFIJ?sid=shopstown&cm_mmc=CJ-_-1518658-_-2636247-_-Sale%20468x60"
);

image = new initArray(
"http://www.ftjcfx.com/rg105c37w1-LOSPSOQTLVVOUSQQ",
"http://www.ftjcfx.com/hb66kpthnl69DAD9BE687CDCGA7",
"http://www.ftjcfx.com/p3101g04tzxILPMPLNQIKJOPKLOP"
);

text = new initArray(
"Argos Save up to half price on outdoor toys and outdoor",
"woolworths clearout",
"House of Fraser"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<center>');
document.write('<a href=\"' +ranlink+ '\" target=\"_blank\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a>');
document.write('</center>');
//-->
