/*
	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 centerImgArray	= new Array;
centerImgArray[0]		= new Array;
centerImgArray[0][0]	= "http://www.mrsec.unl.edu/images/RET1.PNG";
centerImgArray[0][1]	= "MRSEC Summer Program 2008";
centerImgArray[0][2]	= "";
centerImgArray[0][3]	= "";
centerImgArray[1]		= new Array;
centerImgArray[1][0]	= "http://www.mrsec.unl.edu/images/RET7.PNG";
centerImgArray[1][1]	= "MRSEC Summer Program 2008";
centerImgArray[1][2]	= "";
centerImgArray[1][3]	= "";
centerImgArray[2]		= new Array;
centerImgArray[2][0]	= "http://www.mrsec.unl.edu/images/RET3.PNG";
centerImgArray[2][1]	= "MRSEC Summer Program 2008";
centerImgArray[2][2]	= "";
centerImgArray[2][3]	= "";
centerImgArray[3]		= new Array;
centerImgArray[3][0]	= "http://www.mrsec.unl.edu/images/RET4.PNG";
centerImgArray[3][1]	= "MRSEC Summer Program 2008";
centerImgArray[3][2]	= "";
centerImgArray[3][3]	= "";
centerImgArray[4]		= new Array;
centerImgArray[4][0]	= "http://www.mrsec.unl.edu/images/RET5.PNG";
centerImgArray[4][1]	= "MRSEC Summer Program 2008";
centerImgArray[4][2]	= "";
centerImgArray[4][3]	= "";
centerImgArray[5]		= new Array;
centerImgArray[5][0]	= "http://www.mrsec.unl.edu/images/RET6.PNG";
centerImgArray[5][1]	= "MRSEC Summer Program 2008";
centerImgArray[5][2]	= "";
centerImgArray[5][3]	= "";
rotateImg("centerImgArray","RET08MainPagePictureImage",5);
