var src = new Array();
var href = new Array();
var img = new Array();
var i_caption = new Array();

src[0] = "http://www.skiequipmentuk.com/shop/images/home_images/qnhxllz211.gif";
img[0] = new Image;
img[0].src = src[0];
href[0] = "http://www.skiequipmentuk.com/shop/235/6/index.htm";
i_caption[0] = "Holmenkol Performance Skiwax";

src[1] = "http://www.skiequipmentuk.com/shop/images/home_images/xpchcnnk0n.gif";
img[1] = new Image;
img[1].src = src[1];
href[1] = "http://www.skiequipmentuk.com/shop/235/59/index.htm";
i_caption[1] = "CollTex";


var dt = new Date();
var cycle = Math.floor(Math.random() * 2);
if( href[cycle] != null ) {
	document.write( "<A HREF=\"" + href[cycle] + "\"><IMG SRC=\"" + src[cycle] + "\" alt=\"" + i_caption[cycle] + "\" BORDER=0></a>" );
}
else {
	document.write( "<IMG SRC=\"" + src[cycle] + "\" WIDTH=185>" );
}
