/*
	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 splashImgArray		= new Array
splashImgArray[0]		= new Array
splashImgArray[0][0]	= "http://www.chem.unl.edu/grad/images/1big.jpg";
splashImgArray[0][1]	= "UNL | Chemistry | Graduate Program | Overview";
splashImgArray[0][2]	= "http://chem.unl.edu/grad/overview.shtml";
splashImgArray[1]		= new Array
splashImgArray[1][0]	= "http://www.chem.unl.edu/grad/images/9big.jpg";
splashImgArray[1][1]	= "UNL | Chemistry | Graduate Program | Graduate Stories";
splashImgArray[1][2]	= "http://chem.unl.edu/grad/stories/shin.shtml";
splashImgArray[2]		= new Array;
splashImgArray[2][0]	= "http://www.chem.unl.edu/grad/images/2big.jpg";
splashImgArray[2][1]	= "UNL | Chemistry | Graduate Program | Program"
splashImgArray[2][2]	= "http://chem.unl.edu/grad/program.shtml";
splashImgArray[3]		= new Array;
splashImgArray[3][0]	= "http://www.chem.unl.edu/grad/images/8big.jpg";
splashImgArray[3][1]	= "UNL | Chemistry | Graduate Program | Graduate Stories";
splashImgArray[3][2]	= "http://chem.unl.edu/grad/stories/paul.shtml";
splashImgArray[4]		= new Array;
splashImgArray[4][0]	= "http://www.chem.unl.edu/grad/images/3big.jpg";
splashImgArray[4][1]	= "UNL | Chemistry | Graduate Program | Current Students";
splashImgArray[4][2]	= "http://chem.unl.edu/grad/current.shtml";
splashImgArray[5]		= new Array;
splashImgArray[5][0]	= "http://www.chem.unl.edu/grad/images/7big.jpg";
splashImgArray[5][1]	= "UNL | Chemistry | Graduate Program | Graduate Stories";
splashImgArray[5][2]	= "http://chem.unl.edu/grad/stories/nan.shtml";
splashImgArray[6]		= new Array;
splashImgArray[6][0]	= "http://www.chem.unl.edu/grad/images/4big.jpg";
splashImgArray[6][1]	= "UNL | Chemistry | Graduate Program | Prospecive Students";
splashImgArray[6][2]	= "http://chem.unl.edu/grad/prospect.shtml";
splashImgArray[7]		= new Array;
splashImgArray[7][0]	= "http://www.chem.unl.edu/grad/images/6big.jpg";
splashImgArray[7][1]	= "UNL | Chemistry | Graduate Program | Graduate Stories"
splashImgArray[7][2]	= "http://chem.unl.edu/grad/stories/matt.shtml";
splashImgArray[8]		= new Array
splashImgArray[8][0]	= "http://www.chem.unl.edu/grad/images/5big.jpg";
splashImgArray[8][1]	= "UNL | Chemistry | Graduate Program | Graduate Stories";
splashImgArray[8][2]	= "http://chem.unl.edu/grad/stories/chris.shtml";






rotateImg("splashImgArray","splashRandomImg",5);