/*
	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]	= "/images/sa_awardwinners0809.jpg";
rotateImgArray[0][1]	= "2009 Outstanding Student Leadership Award Ceremony";
rotateImgArray[0][2]	= "";
rotateImgArray[0][3]	= "";
rotateImgArray[1]		= new Array;
rotateImgArray[1][0]	= "/images/index_imgrotate/index01.jpg";
rotateImgArray[1][1]	= "July 2009 Parents Association Meeting - Mingling outside at a picnic";
rotateImgArray[1][2]	= "";
rotateImgArray[1][3]	= "";
rotateImgArray[2]		= new Array;
rotateImgArray[2][0]	= "/images/index_imgrotate/index02.jpg";
rotateImgArray[2][1]	= "Parents Association members look over papers during a meeting.";
rotateImgArray[2][2]	= "";
rotateImgArray[2][3]	= "";
/*
rotateImgArray[3]		= new Array;
rotateImgArray[3][0]	= "/images/index_imgrotate/index02.jpg";
rotateImgArray[3][1]	= "The July 2008 PA meeting in the East Campus Union Dairy Store.";
rotateImgArray[3][2]	= "";
rotateImgArray[3][3]	= "";
rotateImgArray[4]		= new Array;
rotateImgArray[4][0]	= "/images/meeting1.jpg";
rotateImgArray[4][1]	= "The July 2008 PA meeting in the East Campus Union Dairy Store.";
rotateImgArray[4][2]	= "";
rotateImgArray[4][3]	= "";
rotateImgArray[5]		= new Array;
rotateImgArray[5][0]	= "/images/meeting4.jpg";
rotateImgArray[5][1]	= "The July 2008 PA meeting in the East Campus Union Dairy Store.";
rotateImgArray[5][2]	= "";
rotateImgArray[5][3]	= "";
rotateImgArray[6]		= new Array;
rotateImgArray[6][0]	= "/images/huskerfans.jpg";
rotateImgArray[6][1]	= "L-R, Dick & Kaylene Luedtke, Robin & Michael Keralis, enjoy the 2009 Spring Game after the April 18 UNL Parents Association meeting. ";
rotateImgArray[6][2]	= "";
rotateImgArray[6][3]	= "";
*/

rotateImg("rotateImgArray","rotateImg",5);
