/*
	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 rotateImgArray		= new Array;
rotateImgArray[0]		= new Array;
rotateImgArray[0][0]	= "http://stuafs.unl.edu/images/health1.jpg";
rotateImgArray[0][1]	= "University Health Center";
rotateImgArray[0][2]	= "http://www.unl.edu/health/";
rotateImgArray[0][3]	= "";
rotateImgArray[1]		= new Array;
rotateImgArray[1][0]	= "http://stuafs.unl.edu/images/career.jpg";
rotateImgArray[1][1]	= "Career Services";
rotateImgArray[1][2]	= "http://www.unl.edu/careers/";
rotateImgArray[1][3]	= "";
rotateImgArray[2]		= new Array;
rotateImgArray[2][0]	= "http://stuafs.unl.edu/images/greek.jpg";
rotateImgArray[2][1]	= "Greek Affairs";
rotateImgArray[2][2]	= "http://www.unl.edu/greek/";
rotateImgArray[2][3]	= "";
rotateImgArray[3]		= new Array;
rotateImgArray[3][0]	= "http://stuafs.unl.edu/images/housing.jpg";
rotateImgArray[3][1]	= "Housing";
rotateImgArray[3][2]	= "http://housing.unl.edu/";
rotateImgArray[3][3]	= "";
rotateImgArray[4]		= new Array;
rotateImgArray[4][0]	= "http://stuafs.unl.edu/images/rec.jpg";
rotateImgArray[4][1]	= "Campus Recreation";
rotateImgArray[4][2]	= "http://crec.unl.edu/";
rotateImgArray[4][3]	= "";
rotateImgArray[5]		= new Array;
rotateImgArray[5][0]	= "http://stuafs.unl.edu/images/union_east.jpg";
rotateImgArray[5][1]	= "Unions";
rotateImgArray[5][2]	= "http://www.unl.edu/neunion/";
rotateImgArray[5][3]	= "";
rotateImgArray[6]		= new Array;
rotateImgArray[6][0]	= "http://stuafs.unl.edu/images/union_city.jpg";
rotateImgArray[6][1]	= "Unions";
rotateImgArray[6][2]	= "http://www.unl.edu/neunion/";
rotateImgArray[6][3]	= "";
rotateImgArray[7]		= new Array;
rotateImgArray[7][0]	= "http://stuafs.unl.edu/images/health.jpg";
rotateImgArray[7][1]	= "University Health Center";
rotateImgArray[7][2]	= "http://www.unl.edu/health/";
rotateImgArray[7][3]	= "";


rotateImg("rotateImgArray","rotateImg",0);
