/*
	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/dgs/graphics/splash_complab.jpg";
splashImgArray[0][1]	= "Andersen Hall Computer Lab";
splashImgArray[0][2]	= "#";
splashImgArray[1]		= new Array;
splashImgArray[1][0]	= "http://www.unl.edu/dgs/graphics/splash_gallery.jpg";
splashImgArray[1][1]	= "Gallery";
splashImgArray[1][2]	= "#";
splashImgArray[2]		= new Array;
splashImgArray[2][0]	= "http://www.unl.edu/dgs/graphics/splash_nightstadium.jpg";
splashImgArray[2][1]	= "Night Stadium";
splashImgArray[2][2]	= "#";
splashImgArray[3]		=  new Array;
splashImgArray[3][0]	=  "http://www.unl.edu/dgs/graphics/splash_studybreak.jpg";
splashImgArray[3][1]	= "Study Break";
splashImgArray[3][2]	= "#";
splashImgArray[4]		= new Array;
splashImgArray[4][0]	= "http://www.unl.edu/dgs/graphics/splash_archhall.jpg";
splashImgArray[4][1]	= "Architecture Hall";
splashImgArray[4][2]	= "#";
splashImgArray[5]		= new Array;
splashImgArray[5][0]	= "http://www.unl.edu/dgs/graphics/splash_kaufcolonnades.jpg";
splashImgArray[5][1]	= "Kauffman Center Colonnades";
splashImgArray[5][2]	= "#";
splashImgArray[6]		= new Array;
splashImgArray[6][0]	= "http://www.unl.edu/dgs/graphics/splash_maxwell.jpg";
splashImgArray[6][1]	= "Maxwell Arboretum";
splashImgArray[6][2]	= "#";
splashImgArray[7]		= new Array;
splashImgArray[7][0]	= "http://www.unl.edu/dgs/graphics/splash_uniongreen.jpg";
splashImgArray[7][1]	= "Union Green Space";
splashImgArray[7][2]	= "#";
splashImgArray[8]		= new Array;
splashImgArray[8][0]	= "http://www.unl.edu/dgs/graphics/splash_brwplaza.jpg";
splashImgArray[8][1]	= "Union Plaza";
splashImgArray[8][2]	= "#";
splashImgArray[9]		= new Array;
splashImgArray[9][0]	= "http://www.unl.edu/dgs/graphics/sizing.gif";
splashImgArray[9][1]	= "Campus Aerial";
splashImgArray[9][2]	= "#";
splashImgArray[10]		= new Array;
splashImgArray[10][0]	= "http://www.unl.edu/dgs/graphics/roundtable.gif";
splashImgArray[10][1]	= "Campus Aerial";
splashImgArray[10][2]	= "#";

rotateImg("splashImgArray","splashRandomImg",0);
