/*	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]	= "/images/stop_shop.jpg";splashImgArray[0][1]	= "Extended Education &amp; Outreach";splashImgArray[0][2]	= "#";splashImgArray[1]		= new Array;splashImgArray[1][0]	= "/images/student_2.jpg";splashImgArray[1][1]	= "Extended Education &amp; Outreach";splashImgArray[1][2]	= "#";splashImgArray[2]		= new Array;splashImgArray[2][0]	= "/images/faculty_1.jpg";splashImgArray[2][1]	= "Extended Education &amp; Outreach";splashImgArray[2][2]	= "#";splashImgArray[3]		= new Array;splashImgArray[3][0]		= "/images/testimonial.jpg";splashImgArray[3][1]	= "Extended Education &amp; Outreach";splashImgArray[3][2]	= "#";splashImgArray[4]		= new Array;splashImgArray[4][0]	= "/images/student_4.jpg";splashImgArray[4][1]	= "Extended Education &amp; Outreach";splashImgArray[4][2]	= "#";splashImgArray[4]		= new Array;splashImgArray[4][0]	= "/images/computer.jpg";splashImgArray[4][1]	= "Extended Education &amp; Outreach";splashImgArray[4][2]	= "#";splashImgArray[4]		= new Array;splashImgArray[4][0]	= "/images/student_3.jpg";splashImgArray[4][1]	= "Extended Education &amp; Outreach";splashImgArray[4][2]	= "#";splashImgArray[4]		= new Array;splashImgArray[4][0]	= "/images/faculty_2.jpg";splashImgArray[4][1]	= "Extended Education &amp; Outreach";splashImgArray[4][2]	= "#";splashImgArray[4]		= new Array;splashImgArray[4][0]	= "/images/student_1.jpg";splashImgArray[4][1]	= "Extended Education &amp; Outreach";splashImgArray[4][2]	= "#";rotateImg("splashImgArray","splashRandomImg",10);