/*
	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.unl.edu/unlpub/2004sharedgraphics/2004_03.jpg";
splashImgArray[0][1]	= "Architectural Detail, College of Business Administration";
splashImgArray[0][2]	= "#";
splashImgArray[1]		= new Array;
splashImgArray[1][0]	= "http://www.unl.edu/unlpub/2004sharedgraphics/2004_04.jpg";
splashImgArray[1][1]	= "Kauffman Academic Residential Center";
splashImgArray[1][2]	= "#";
splashImgArray[2]		= new Array;
splashImgArray[2][0]	= "http://www.unl.edu/unlpub/2004sharedgraphics/2004_05.jpg";
splashImgArray[2][1]	= "Cather Garden, City Campus";
splashImgArray[2][2]	= "#";

rotateImg("splashImgArray","splashRandomImg",0);
