function image() {
};
image = new image();
number = 0;
// imageArray
image[number++] = "<a href='http://www.rivalboxing.com/en/blowout-sale/'><img src='https://www.clicshop.com/stores/rivalboxing/Files/small-banner-home-sales-e.gif' border='0' alt=''></a>"

// keep adding items here...
increment = Math.floor(Math.random() * number);
document.write(image[increment]);
	
