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

src[1] = "http://www.skiequipmentuk.com/shop/images/home_images/x1evqa2nef.gif";
img[1] = new Image;
img[1].src = src[1];
href[1] = "http://www.skiequipmentuk.com/workshop.shtml";
i_caption[1] = "Anthing Technical Workshop";


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>" );
}
