		function image() {
		};
		image = new image();
		number = 0;
		// imageArray
		image[number++] = "<img src='http://www.clicshop.com/stores/sportiveplus/Files/branding_casablanca.jpg' border='0' alt=''>"
		image[number++] = "<img src='http://www.clicshop.com/stores/sportiveplus/Files/branding_chandler.jpg' border='0' alt=''>"
		image[number++] = "<img src='http://www.clicshop.com/stores/sportiveplus/Files/branding_chiba.jpg' border='0' alt=''>"
		image[number++] = "<img src='http://www.clicshop.com/stores/sportiveplus/Files/branding_golf.jpg' border='0' alt=''>"
		image[number++] = "<img src='http://www.clicshop.com/stores/sportiveplus/Files/branding_grenadine.jpg' border='0' alt=''>"
		image[number++] = "<img src='http://www.clicshop.com/stores/sportiveplus/Files/branding_pleinair.jpg' border='0' alt=''>"
		image[number++] = "<img src='http://www.clicshop.com/stores/sportiveplus/Files/branding_sutton.jpg' border='0' alt=''>"
		image[number++] = "<img src='http://www.clicshop.com/stores/sportiveplus/Files/branding_coquille.jpg' border='0' alt=''>"
		
		// keep adding items here...
		increment = Math.floor(Math.random() * number);
		document.write(image[increment]);
	
