/*
	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/parents_exec.jpg";
rotateImgArray[0][1]	= "February 2007 meeting - Presentation of gavel to Barb and Steve Ferris(center), Past UNL Parents Association Co-Presidents by Joy Citta (left) and Rosemary Eastwood (right), Current UNL Parents Association Co-Presidents";
rotateImgArray[0][2]	= "";
rotateImgArray[0][3]	= "";
rotateImgArray[1]		= new Array;
rotateImgArray[1][0]	= "/images/meeting.jpg";
rotateImgArray[1][1]	= "April 2008 Parents Association Meeting - Mingling outside in the Union Plaza";
rotateImgArray[1][2]	= "";
rotateImgArray[1][3]	= "";
rotateImgArray[2]		= new Array;
rotateImgArray[2][0]	= "/images/meeting2.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/meeting0708.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]	= "";
rotateImgArray[7]		= new Array;
rotateImgArray[7][0]	= "/images/index_imgrotate/index01.jpg";
rotateImgArray[7][1]	= "July 2009 Parents Association Meeting - Mingling outside at a picnic ";
rotateImgArray[7][2]	= "";
rotateImgArray[7][3]	= "";
rotateImgArray[8]		= new Array;
rotateImgArray[8][0]	= "/images/index_imgrotate/index02.jpg";
rotateImgArray[8][1]	= "July 2009 Parents Association Meeting - Mingling outside at a picnic ";
rotateImgArray[8][2]	= "";
rotateImgArray[8][3]	= "";

rotateImg("rotateImgArray","rotateImg",0);
