/*
	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/MainPic10.PNG";
centerImgArray[0][1]	= "MRSEC Summer Program 2009";
centerImgArray[0][2]	= "http://www.mrsec.unl.edu/education/index.shtml";
centerImgArray[0][3]	= "";
centerImgArray[1]		= new Array;
centerImgArray[1][0]	= "http://www.mrsec.unl.edu/images/MainPic1.PNG";
centerImgArray[1][1]	= "MRSEC Nebraska Nuggets";
centerImgArray[1][2]	= "http://www.mrsec.unl.edu/research/nuggets/index.shtml";
centerImgArray[1][3]	= "";
centerImgArray[2]		= new Array;
centerImgArray[2][0]	= "http://www.mrsec.unl.edu/images/MainPic2.PNG";
centerImgArray[2][1]	= "IRG1 Research";
centerImgArray[2][2]	= "http://www.mrsec.unl.edu/research/IRG_1.shtml";
centerImgArray[2][3]	= "";
centerImgArray[3]		= new Array;
centerImgArray[3][0]	= "http://www.mrsec.unl.edu/images/MainPic3.PNG";
centerImgArray[3][1]	= "IRG2 Research";
centerImgArray[3][2]	= "http://www.mrsec.unl.edu/research/IRG_2.shtml";
centerImgArray[3][3]	= "";
centerImgArray[4]		= new Array;
centerImgArray[4][0]	= "http://www.mrsec.unl.edu/images/MainPic4.PNG";
centerImgArray[4][1]	= "MRSEC Facilities";
centerImgArray[4][2]	= "http://www.mrsec.unl.edu/facilities/index.shtml";
centerImgArray[4][3]	= "";
centerImgArray[5]		= new Array;
centerImgArray[5][0]	= "http://www.mrsec.unl.edu/images/MainPic5.PNG";
centerImgArray[5][1]	= "IRG2 Research";
centerImgArray[5][2]	= "http://www.mrsec.unl.edu/research/IRG_2.shtml";
centerImgArray[5][3]	= "";
centerImgArray[6]		= new Array;
centerImgArray[6][0]	= "http://www.mrsec.unl.edu/images/MainPic6.PNG";
centerImgArray[6][1]	= "MRSEC Education/Outreach";
centerImgArray[6][2]	= "http://www.mrsec.unl.edu/education/index.shtml";
centerImgArray[6][3]	= "";
centerImgArray[7]		= new Array;
centerImgArray[7][0]	= "http://www.mrsec.unl.edu/images/MainPic7.PNG";
centerImgArray[7][1]	= "IRG1 Research";
centerImgArray[7][2]	= "http://www.mrsec.unl.edu/research/IRG_1.shtml";
centerImgArray[7][3]	= "";
centerImgArray[8]		= new Array;
centerImgArray[8][0]	= "http://www.mrsec.unl.edu/images/MainPic8.PNG";
centerImgArray[8][1]	= "MRSEC Education/Outreach";
centerImgArray[8][2]	= "http://www.mrsec.unl.edu/education/index.shtml";
centerImgArray[8][3]	= "";
centerImgArray[9]		= new Array;
centerImgArray[9][0]	= "http://www.mrsec.unl.edu/images/MainPic9.PNG";
centerImgArray[9][1]	= "MRSEC Nebraska Nuggets";
centerImgArray[9][2]	= "http://www.mrsec.unl.edu/research/nuggets/index.shtml";
centerImgArray[9][3]	= "";
rotateImg("centerImgArray","MainPagePictureImage",5);
