	// Initialize the array
		var imageList = new Array();
	
	// The path to the images
		var imagePath = "images/common/"; 

		imageList[imageList.length] = imagePath + "fish_1.gif";
		imageList[imageList.length] = imagePath + "fish_2.gif";
		imageList[imageList.length] = imagePath + "fish_3.gif";
		imageList[imageList.length] = imagePath + "fish_4.gif";
		imageList[imageList.length] = imagePath + "fish_5.gif";
		imageList[imageList.length] = imagePath + "fish_6.gif";
		imageList[imageList.length] = imagePath + "fish_7.gif";
		imageList[imageList.length] = imagePath + "fish_8.gif";
		imageList[imageList.length] = imagePath + "fish_9.gif";


	// The path to the images
		var imagePath = "images/home/"; 

		imageList[imageList.length] = imagePath + "guy0.gif";
		imageList[imageList.length] = imagePath + "guy1.gif";
		imageList[imageList.length] = imagePath + "guy2.gif";
		imageList[imageList.length] = imagePath + "guy3.gif";
		imageList[imageList.length] = imagePath + "guy4.gif";
		imageList[imageList.length] = imagePath + "guy5.gif";
		imageList[imageList.length] = imagePath + "guy6.gif";
		imageList[imageList.length] = imagePath + "guy7.gif";
		imageList[imageList.length] = imagePath + "guy8.gif";

