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/bs7c4vyezy.gif";
img[0] = new Image;
img[0].src = src[0];
href[0] = "http://www.skiequipmentuk.com/shop/235/66/index.htm";
i_caption[0] = "Nordica";

src[1] = "http://www.skiequipmentuk.com/shop/images/home_images/h5oe9agyg3.gif";
img[1] = new Image;
img[1].src = src[1];
href[1] = "http://www.skiequipmentuk.com/shop/235/80/index.htm";
i_caption[1] = "Rip Curl";

src[2] = "http://www.skiequipmentuk.com/shop/images/home_images/c4cstkklbm.gif";
img[2] = new Image;
img[2].src = src[2];
href[2] = "http://www.skiequipmentuk.com/shop/235/102/index.htm";
i_caption[2] = "Rossignol";

src[3] = "http://www.skiequipmentuk.com/shop/images/home_images/myhmnpvv2s.gif";
img[3] = new Image;
img[3].src = src[3];
href[3] = "http://www.skiequipmentuk.com/shop/235/208/index.htm";
i_caption[3] = "K2";

src[4] = "http://www.skiequipmentuk.com/shop/images/home_images/o2fgfnfaor.gif";
img[4] = new Image;
img[4].src = src[4];
href[4] = "http://www.skiequipmentuk.com/shop/235/174/index.htm";
i_caption[4] = "Head";

src[5] = "http://www.skiequipmentuk.com/shop/images/home_images/ohteq4uawc.gif";
img[5] = new Image;
img[5].src = src[5];
href[5] = "http://www.skiequipmentuk.com/shop/235/112/index.htm";
i_caption[5] = "Atomic";


var dt = new Date();
var cycle = Math.floor(Math.random() * 6);
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>" );
}
