function image() {
};
image = new image();number = 0;
// imageArray

image[number++] = "<a href='http://www.cadosphere.ca/en/newsletter/index.html'><img src='http://www.clicshop.com/Stores/cadosphere/Files/ban_centre_abonnements_en.gif' border='0'></a>"
image[number++] = "<a href='http://www.cadosphere.ca/en/customer_service/how_to_order/index.html'><img src='http://www.clicshop.com/Stores/cadosphere/Files/ban_centre_stock_en.gif' border='0'></a>"
image[number++] = "<a href='http://www.cadosphere.ca/en/by_category/jewels/stella_jewellery/index.html'><img src='http://www.clicshop.com/Stores/cadosphere/Files/jewel-bracelet-canada-stella2011.jpg' border='0'></a>"
image[number++] = "<a href='http://www.cadosphere.ca/en/by_category/jewels/stella_jewellery/index.html'><img src='http://www.clicshop.com/Stores/cadosphere/Files/jewel-gift-canada-stella2011.jpg' border='0'></a>"
					
increment = Math.floor(Math.random() * number); 	
document.write(image[increment]);
