/*
	Feel free to change these and add your own images.
	Each image has up to 4 attributes associated with it:
	[0] = URL of the image source (.jpg .gif) *
	[1] = ALT text description of the image *
	[2] = URL to take the client to when the image is clicked (optional)
	[3] = javascript onclick events (optional)
	
	The images will rotate after the number of seconds given to the rotateImg
	function (0 for no rotate).
 */
var geolImgArray	= new Array;
geolImgArray[0]		= new Array;
geolImgArray[0][0]	= "/images/small/rock_ledge.jpg";
geolImgArray[0][1]	= "";
geolImgArray[0][2]	= "/research/earth.php";
geolImgArray[0][3]	= "";
geolImgArray[1]		= new Array;
geolImgArray[1][0]	= "/images/small/Fielding_bowlingaerial.jpg";
geolImgArray[1][1]	= "";
geolImgArray[1][2]	= "/research/earth.php";
geolImgArray[1][3]	= "";
geolImgArray[2]		= new Array;
geolImgArray[2][0]	= "/images/small/Kettler_white_sands2.jpg";
geolImgArray[2][1]	= "";
geolImgArray[2][2]	= "/research/earth.php";
geolImgArray[2][3]	= "";
geolImgArray[3]		= new Array;
geolImgArray[3][0]	= "/images/small/Fielding_lshoreface.jpg";
geolImgArray[3][1]	= "";
geolImgArray[3][2]	= "/research/earth.php";
geolImgArray[3][3]	= "";
geolImgArray[4]		= new Array;
geolImgArray[4][0]	= "/images/small/Frank_Reefflat2.jpg";
geolImgArray[4][1]	= "";
geolImgArray[4][2]	= "/research/earth.php";
geolImgArray[4][3]	= "";
geolImgArray[5]		= new Array;
geolImgArray[5][0]	= "/images/small/Frank_sandflat2.jpg";
geolImgArray[5][1]	= "";
geolImgArray[5][2]	= "/research/earth.php";
geolImgArray[5][3]	= "";

rotateImg("geolImgArray","geolRandomImage",9);
