/*
	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/pest/images/SidePhotos/Babysquirrel.jpg";
rightImgArray[0][1]		= "Baby Squirrel";
rightImgArray[0][2]		= "#";
rightImgArray[0][3]     = 
rightImgArray[1]		= new Array;
rightImgArray[1][0]		= "http://lancaster.unl.edu/pest/images/SidePhotos/Monarch.jpg";
rightImgArray[1][1]		= "Monarch Butterly On Zinnia";
rightImgArray[1][2]		= "#";
rightImgArray[1][3]     = 
rightImgArray[2]		= new Array;
rightImgArray[2][0]		= "http://lancaster.unl.edu/pest/images/SidePhotos/itchmites.jpg";
rightImgArray[2][1]		= "Pyemotes Itch Mites";
rightImgArray[2][2]		= "#";
rightImgArray[2][3]		= 
rightImgArray[3]		= new Array;
rightImgArray[3][0]		= "http://lancaster.unl.edu/pest/images/SidePhotos/PCO.jpg";
rightImgArray[3][1]		= "Extension supports Pest Control Professionals with Resources and Training";
rightImgArray[3][2]		= "#";
rightImgArray[3][3]		= 
rightImgArray[4]		= new Array;
rightImgArray[4][0]		= "http://lancaster.unl.edu/pest/images/SidePhotos/termiteswarmers.jpg";
rightImgArray[4][1]		= "Termite Swarmers. Diagnostic Services Available to Consumers";
rightImgArray[4][2]		= "#";
rightImgArray[4][3]		= 
rightImgArray[5]		= new Array;
rightImgArray[5][0]		= "http://lancaster.unl.edu/pest/images/SidePhotos/mantis.jpg";
rightImgArray[5][1]		= "Praying Mantis on Oregano Blossoms";
rightImgArray[5][2]		= "#";
rightImgArray[5][3]		= 

rotateImg("rightImgArray","rightRandomPromoImage",0);
