/*
	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 rightImgArray		= new Array;
rightImgArray[0]		= new Array;
rightImgArray[0][0]		= "http://lancaster.unl.edu/hort/images/SidePhoto/pumpkin.jpg";
rightImgArray[0][1]		= "Yard and Garden Resources in Lancaster County";
rightImgArray[0][2]		= "#";
rightImgArray[1]		= new Array;
rightImgArray[1][0]		= "http://lancaster.unl.edu/hort/images/SidePhoto/ladybug.jpg";
rightImgArray[1][1]		= "Ladybug";
rightImgArray[1][2]		= "#";
rightImgArray[2]		= new Array;
rightImgArray[2][0]		= "http://lancaster.unl.edu/hort/images/SidePhoto/CityScape.jpg";
rightImgArray[2][1]		= "View of Lincoln, Nebraska";
rightImgArray[2][2]		= "#";
rightImgArray[3]		= new Array;
rightImgArray[3][0]		= "http://lancaster.unl.edu/hort/images/SidePhoto/FallColors.jpg";
rightImgArray[3][1]		= "Fall Colors";
rightImgArray[3][2]		= "#";
rightImgArray[4]		= new Array;
rightImgArray[4][0]		= "http://lancaster.unl.edu/hort/images/SidePhoto/OsageFence.jpg";
rightImgArray[4][1]		= "Rural Living Clinics for Acreage Owners";
rightImgArray[4][2]		= "#";
rightImgArray[5]		= new Array;
rightImgArray[5][0]		= "http://lancaster.unl.edu/hort/images/SidePhoto/ManGarden.jpg";
rightImgArray[5][1]		= "Gardening Resources for Families";
rightImgArray[5][2]		= "#";
rightImgArray[5][5]		= 
rotateImg("rightImgArray","rightRandomPromoImage",0);
