/*
	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 leftImgArray	= new Array;
leftImgArray[0]		= new Array;
leftImgArray[0][0]	= "http://ascweb.unl.edu/images/donate.jpg";
leftImgArray[0][1]	= "Donate to the College of Arts and Sciences";
leftImgArray[0][2]	= "http://www.nufoundation.org/Shop/showDivision.sp?cat=228";
leftImgArray[0][3]	= "";
leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://ascweb.unl.edu/images/applause.jpg";
leftImgArray[1][1]	= "Nominate a Staff Member for Applause";
leftImgArray[1][2]	= "/dean/applause_submit.asp";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://ascweb.unl.edu/images/ovation.jpg";
leftImgArray[2][1]	= "Nominate a Student Worker for an Ovation";
leftImgArray[2][2]	= "/dean/ovation/ovation_submit.asp";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://ascweb.unl.edu/images/advising.jpg";
leftImgArray[3][1]	= "Ask an Advisor";
leftImgArray[3][2]	= "http://ascweb.unl.edu/comments.asp";
leftImgArray[3][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://ascweb.unl.edu/images/news_story.jpg";
leftImgArray[3][1]	= "Submit a News Story";
leftImgArray[3][2]	= "http://ascweb.unl.edu/comments.asp";
leftImgArray[3][3]	= "";
leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://ascweb.unl.edu/images/event.jpg";
leftImgArray[4][1]	= "Sumbit an Event to Feature on the Arts & Sciences Website";
leftImgArray[4][2]	= "http://ascweb.unl.edu/comments.asp";
leftImgArray[4][3]	= "";

rotateImg("leftImgArray","leftRandomPromoImage",5);
