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(
"delivery.asp",
"index.asp?id=4223&topID=339&action=showDetail&set=1",
"index.asp?id=3030&topID=197&action=showDetail&set=1",
"index.asp?id=4116&topID=323&action=showDetail&set=1",
"index.asp?action=getByFeature&product_search=S&section=Seasonal%20products"
);
image = new initArray(
"photos/colander_banner.jpg",
"photos/kitchen_aid_cream.gif",
"photos/pancake_banner.gif",
"photos/jamie_oliver_banner.gif",
"photos/valentine_banner.gif"
);
text = new initArray(
"Delivery Charges",
"Kitchen Aid Mixer Now in Cream",
"Free Glass Juicer with every Crepe Pan",
"Jamie Oliver Flavour Shaker",
"Valentine Gift Ideas",
"Valentine Gift Ideas"

);
var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink = link[core];
var ranimage = image[core];
var rantext = text[core];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(
"delivery.asp",
"index.asp?id=4900&topID=458&action=showDetail&set=1",
"index.asp?id=4116&topID=323&action=showDetail&set=1",
"index.asp?topID=441&id=441&sectionName=Maxwell+%26+Williams&set=1",
"index.asp?id=2284&topID=86&action=showDetail&set=1"
);
image = new initArray(
"photos/colander_banner.jpg",
"photos/soccer_banner2.gif",
"photos/jamie_oliver_banner.gif",
"photos/banner_maxwell_williams.gif",
"photos/banner_corkscrew.gif"
);
text = new initArray(
"Delivery Charges",
"World Cup Promo - Free England Apron when you spend over £100",
"Kitchen Aid Mixer Now in Cream",
"Jamie Oliver Flavour Shaker",
"New to Colanders - Maxwell Williams",
"Connoisseur Corkscrew"
);
var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink = link[core];
var ranimage = image[core];
var rantext = text[core];