/*
	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://www.unl.edu/amc/sharedcode/media-promo/00-mosp.jpg";
leftImgArray[0][1]	= "Mathematical Olympiad Summer Program";
leftImgArray[0][2]	= "http://www.unl.edu/amc/a-activities/a6-mosp/mosp.shtml";
leftImgArray[0][3]	= "";
leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://www.unl.edu/amc/sharedcode/media-promo/01-12Mathclub06-07.gif";
leftImgArray[1][1]	= "AMC 10 / AMC 12 Math Club Book";
leftImgArray[1][2]	= "http://www.unl.edu/amc/d-publication/publication.shtml#12MathClub";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://www.unl.edu/amc/sharedcode/media-promo/02-8Mathclub06-07.gif";
leftImgArray[2][1]	= "AMC 8 Math Club Book";
leftImgArray[2][2]	= "http://www.unl.edu/amc/d-publication/publication.shtml#8MathClub";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://www.unl.edu/amc/sharedcode/media-promo/03-21stCenturyContests.gif";
leftImgArray[3][1]	= "CD - 21st Century Contests";
leftImgArray[3][2]	= "http://www.unl.edu/amc/d-publication/publication.shtml#Century21";
leftImgArray[3][3]	= "";


rotateImg("leftImgArray","leftRandomPromoImage",5);
