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/f1395h61uv.gif";
img[0] = new Image;
img[0].src = src[0];
href[0] = "http://www.skiequipmentuk.com/shop/235/71/index.htm";
i_caption[0] = "Conform'able by Sidas";

src[1] = "http://www.skiequipmentuk.com/shop/images/home_images/nmp98qxkb4.gif";
img[1] = new Image;
img[1].src = src[1];
href[1] = "http://www.skiequipmentuk.com/shop/235/130/index.htm";
i_caption[1] = "Sunnto Replacing Luck";

src[2] = "http://www.skiequipmentuk.com/shop/images/home_images/45mh51gssb.gif";
img[2] = new Image;
img[2].src = src[2];
href[2] = "http://www.skiequipmentuk.com/shop/235/183/index.htm";
i_caption[2] = "Falke Ergonomic Sport System";

src[3] = "http://www.skiequipmentuk.com/shop/images/home_images/b8pxsnet8x.jpg";
img[3] = new Image;
img[3].src = src[3];
href[3] = "http://www.skiequipmentuk.com/shop/235/109/index.htm";
i_caption[3] = "Bolle";

src[4] = "http://www.skiequipmentuk.com/shop/images/home_images/7gtn0odj5c.jpg";
img[4] = new Image;
img[4].src = src[4];
href[4] = "http://www.skiequipmentuk.com/shop/235/351/index.htm";
i_caption[4] = "Garmont";


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