		function image() {
		};
		image = new image();
		number = 0;
		// imageArray
		image[number++] = "<a href='http://www.vippilot.com/en/headsets/headsets-intercoms/N130a.html'><img src='https://www.clicshop.com/stores/vip/Files/banner_home.jpg' border='0' alt=''></a>"
		
		// keep adding items here...
		increment = Math.floor(Math.random() * number);
		document.write(image[increment]);
	