		function image() {
		};
		image = new image();
		number = 0;
		// imageArray
		image[number++] = "<a href='http://www.fantasia.ca/magasinenligne_shoponline/fr/coupon-tirage-fantasia/index.html'><img src='https://www.clicshop.com/stores/fantasia/Files/banner_fantasia_ballots_fr.jpg' border='0' alt=''></a>"
		
		// keep adding items here...
		increment = Math.floor(Math.random() * number);
		document.write(image[increment]);
	
