function image() {
};

image = new image();

image[1] = "<a href='http://www.jet-setter.ca/en/brands/Eagle_Creek/index.html'><img src='https://www.clicshop.com/Stores/jetsetter/Files/Eagle_Creek.jpg' border='0'></a><br>"
image[2] = "<img src='https://www.clicshop.com/stores/jetsetter/files/spacer.gif' border='0' width='1' height='5'><br>"
image[3] = "<a href='http://www.jet-setter.ca/en/Web_Specials/index.html'><img src='https://www.clicshop.com/Magasin/jetsetter/Files/FreeShipping.jpg' border='0'></a><br>"
image[4] = "<img src='https://www.clicshop.com/stores/jetsetter/files/spacer.gif' border='0' width='1' height='5'><br>"
image[5] = "<a href='http://www.jet-setter.ca/en/Accessories/index.html'><img src='https://www.clicshop.com/Magasin/jetsetter/Files/20.jpg' border='0'></a><br>"
					
document.write(image[1]);
document.write(image[2]);
document.write(image[3]);
document.write(image[4]);
document.write(image[5]);