		function image() {
		};
		image = new image();
		number = 0;
		// imageArray
		image[number++] = "<a href='http://www.rivalboxing.com/en/boxing-equipment/c378110702/index.html'><img src='https://www.clicshop.com/stores/rivalboxing/Files/small-banner-cat-her-e.gif' border='0' alt='' style='margin-bottom:8px;margin-left:11px;'></a>"
		
		// keep adding items here...
		increment = Math.floor(Math.random() * number);
		document.write(image[increment]);
	
