/*
	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 leftImgArray	= new Array;
leftImgArray[0]		= new Array;
leftImgArray[0][0]	= "/cohyst/graphics/cohyst_logo2.jpg";
leftImgArray[0][1]	= "Platte River Cooperative Hydrology Study (COHYST)";
leftImgArray[0][2]	= "http://cohyst.dnr.ne.gov/";
leftImgArray[0][3]	= "";


rotateImg("leftImgArray","leftRandomPromoImage",14);
