/*
	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).
 */
 
 /* For front page splash */
var splashImgArray		= new Array
splashImgArray[0]		= new Array
splashImgArray[0][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash1.jpg";
splashImgArray[0][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[0][2]	= "#";
splashImgArray[1]		= new Array;
splashImgArray[1][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash2.jpg";
splashImgArray[1][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[1][2]	= "#";
splashImgArray[2]		= new Array;
splashImgArray[2][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash3.jpg";
splashImgArray[2][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[2][2]	= "#";
splashImgArray[3]		= new Array;
splashImgArray[3][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash4.jpg";
splashImgArray[3][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[3][2]	= "#";
splashImgArray[4]		= new Array;
splashImgArray[4][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash5.jpg";
splashImgArray[4][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[4][2]	= "#";
splashImgArray[5]		= new Array;
splashImgArray[5][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash6.jpg";
splashImgArray[5][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[5][2]	= "#";
splashImgArray[6]		= new Array;
splashImgArray[6][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash7.jpg";
splashImgArray[6][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[6][2]	= "#";
splashImgArray[7]		= new Array;
splashImgArray[7][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash8.jpg";
splashImgArray[7][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[7][2]	= "#";
splashImgArray[8]		= new Array;
splashImgArray[8][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash9.jpg";
splashImgArray[8][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[8][2]	= "#";
splashImgArray[9]		= new Array;
splashImgArray[9][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash10.jpg";
splashImgArray[9][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[9][2]	= "#";
splashImgArray[10]		= new Array;
splashImgArray[10][0]	= "http://www.cst.unl.edu/neworleans/images/topsplash11.jpg";
splashImgArray[10][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashImgArray[10][2]	= "#";

rotateImg("splashImgArray","splashRandomImg",7);

/*for project reendeering splash */
var splashRender		= new Array
splashRender[0]		= new Array
splashRender[0][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/render1.jpg";
splashRender[0][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashRender[0][2]	= "#";
splashRender[1]		= new Array;
splashRender[1][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/render2.jpg";
splashRender[1][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashRender[1][2]	= "#";
splashRender[2]		= new Array;
splashRender[2][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/render3.jpg";
splashRender[2][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashRender[2][2]	= "#";
splashRender[3]		= new Array;
splashRender[3][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/render4.jpg";
splashRender[3][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashRender[3][2]	= "#";
splashRender[4]		= new Array;
splashRender[4][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/render5.jpg";
splashRender[4][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashRender[4][2]	= "#";
splashRender[5]		= new Array;
splashRender[5][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/render6.jpg";
splashRender[5][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashRender[5][2]	= "#";

/*for project photographs splash */
var splashHouse		= new Array
splashHouse[0]		= new Array
splashHouse[0][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/house1.jpg";
splashHouse[0][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashHouse[0][2]	= "#";
splashHouse[1]		= new Array;
splashHouse[1][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/house2.jpg";
splashHouse[1][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashHouse[1][2]	= "#";
splashHouse[2]		= new Array;
splashHouse[2][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/house3.jpg";
splashHouse[2][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashHouse[2][2]	= "#";
splashHouse[3]		= new Array;
splashHouse[3][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/house4.jpg";
splashHouse[3][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashHouse[3][2]	= "#";
splashHouse[4]		= new Array;
splashHouse[4][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/house5.jpg";
splashHouse[4][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashHouse[4][2]	= "#";
splashHouse[5]		= new Array;
splashHouse[5][0]	= "http://www.cst.unl.edu/neworleans/images/housesplash/house6.jpg";
splashHouse[5][1]	= "College of Engineering, Univeristy of Nebraska-Lincoln";
splashHouse[5][2]	= "#";

rotateImg("splashHouse","splashHouseImg",3);
rotateImg("splashRender","splashRenderImg",3);
