		function image() {
		};
		image = new image();
		number = 0;
		// imageArray
		image[number++] = "<a href='http://www.clicshop.com/Magasin/lilyecolo/en/about-lilyecolo/history-of-lilyecolo/index.html'><img src='https://www.clicshop.com/stores/lilyecolo/Files/banniere_histoire_en.jpg' border='0' alt=''></a>"
		
		// keep adding items here...
		increment = Math.floor(Math.random() * number);
		document.write(image[increment]);
	
