/*
	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 hydrImgArray	= new Array;
hydrImgArray[0]		= new Array;
hydrImgArray[0][0]	= "/images/small/DSC_0049.jpg";
hydrImgArray[0][1]	= "";
hydrImgArray[0][2]	= "/research/water.php";
hydrImgArray[0][3]	= "";
hydrImgArray[1]		= new Array;
hydrImgArray[1][0]	= "/images/small/DSCF0924.jpg";
hydrImgArray[1][1]	= "";
hydrImgArray[1][2]	= "/research/water.php";
hydrImgArray[1][3]	= "";
hydrImgArray[2]		= new Array;
hydrImgArray[2][0]	= "/images/small/DSC_0066.jpg";
hydrImgArray[2][1]	= "";
hydrImgArray[2][2]	= "/research/water.php";
hydrImgArray[2][3]	= "";

rotateImg("hydrImgArray","hydrRandomImage",13);
