function image() {
};
image = new image();number = 0;
// imageArray
image[number++] = "<a href='http://www.wickedinstruments.com' target='_blank'><img src='http://www.clicshop.com/Magasin/cadosphere/Files/ban_centre_top_wicked_en.jpg' border='0'></a>"
image[number++] = "<a href='http://www.cadosphere.ca/en/wicked_instruments/electric_guitars/wicked_guitar_belle_tangerine.html'><img src='http://www.clicshop.com/Magasin/cadosphere/Files/ban_ctr_hollobodies.jpg' border='0'></a>"
image[number++] = "<a href='http://www.wickedinstruments.com' target='_blank'><img src='http://www.clicshop.com/Magasin/cadosphere/Files/ban_ctr_newname.gif' border='0'></a>"
image[number++] = "<a href='http://www.cadosphere.ca/en/wicked_instruments/electric_guitars/wicked_tribal_electric_guitar.html'><img src='http://www.clicshop.com/Magasin/cadosphere/Files/ban_ctr_tribal.jpg' border='0'></a>"
image[number++] = "<a href='http://www.wickedinstruments.com' target='_blank'><img src='http://www.clicshop.com/Magasin/cadosphere/Files/ban_centre_top_wicked_en.jpg' border='0'></a>"
image[number++] = "<a href='http://www.cadosphere.ca/en/wicked_instruments/electric_guitars/wicked_she_devil_electric_guitar.html'><img src='http://www.clicshop.com/Magasin/cadosphere/Files/ban_ctr_she_devil.jpg' border='0'></a>"
image[number++] = "<a href='http://www.cadosphere.ca/en/wicked_instruments/electric_guitars/wicked_guitar_grace_red.html'><img src='http://www.clicshop.com/Magasin/cadosphere/Files/ban_ctr_hollobodies.jpg' border='0'></a>"
image[number++] = "<a href='http://www.cadosphere.ca/en/customer_service/shipping_information/index.html'><img src='http://www.clicshop.com/Magasin/cadosphere/Files/ban_ctr_free_ship.jpg' border='0'></a>"

					
increment = Math.floor(Math.random() * number); 	
document.write(image[increment]);
