/*
	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.farrp.org/sharedcode/promoimages/farrp,blackonred.jpg";
leftImgArray[0][1]	= "FARRP";
leftImgArray[0][2]	= "";
leftImgArray[0][3]	= "";
leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://www.farrp.org/sharedcode/promoimages/Research.jpg";
leftImgArray[1][1]	= "Allergen Research";
leftImgArray[1][2]	= "http://www.farrp.org/research1.shtml";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://www.farrp.org/sharedcode/promoimages/Resources.jpg";
leftImgArray[2][1]	= "FARRP Resources";
leftImgArray[2][2]	= "http://www.farrp.org/resources1.shtml";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://www.farrp.org/sharedcode/promoimages/farrp,whiteonred.jpg";
leftImgArray[3][1]	= "Food Allergy Research and Resource Program";
leftImgArray[3][2]	= "";
leftImgArray[3][3]	= "";
leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://www.farrp.org/sharedcode/promoimages/TreeNutsWebinar.jpg";
leftImgArray[4][1]	= "Tree Nuts Webinar";
leftImgArray[4][2]	= "http://ianrhome.unl.edu/treenuts";
leftImgArray[4][3]	= "";
leftImgArray[5]		= new Array;
leftImgArray[5][0]	= "http://www.farrp.org/sharedcode/promoimages/video-ConrolPlant.jpg";
leftImgArray[5][1]	= "Components of an Effective Allergen Control Plan";
leftImgArray[5][2]	= "http://www.farrp.org/4-resources/CFAITPvideopkg.shtml";
leftImgArray[5][3]	= "";
leftImgArray[6]		= new Array;
leftImgArray[6][0]	= "http://www.farrp.org/sharedcode/promoimages/farrp,redonblack.jpg";
leftImgArray[6][1]	= "Food Allergy Research and Resource Program";
leftImgArray[6][2]	= "";
leftImgArray[6][3]	= "";
leftImgArray[7]		= new Array;
leftImgArray[7][0]	= "http://www.farrp.org/sharedcode/promoimages/Workshop1.jpg";
leftImgArray[7][1]	= "Workshop -- Food Allergens:  Issues and Solutions for the Food Product Manufacturer";
leftImgArray[7][2]	= "http://www.farrp.org/5-workshops/allergenworkshop1.shtml";
leftImgArray[7][3]	= "";
leftImgArray[8]		= new Array;
leftImgArray[8][0]	= "http://www.farrp.org/sharedcode/promoimages/Workshop2.jpg";
leftImgArray[8][1]	= "Workshop -- Food Allergen Sanitation";
leftImgArray[8][2]	= "http://www.farrp.org/5-workshops/sanitationworkshop1.shtml";
leftImgArray[8][3]	= "";
leftImgArray[9]		= new Array;
leftImgArray[9][0]	= "http://www.farrp.org/sharedcode/promoimages/farrp,whiteonblack.jpg";
leftImgArray[9][1]	= "Food Allergy Research and Resource Program";
leftImgArray[9][2]	= "";
leftImgArray[9][3]	= "";
leftImgArray[10]		= new Array;
leftImgArray[10][0]	= "http://www.farrp.org/sharedcode/promoimages/AllergenOnline.jpg";
leftImgArray[10][1]	= "AllergenOnline";
leftImgArray[10][2]	= "http://www.allergenonline.org/about.shtml";
leftImgArray[10][3]	= "";
leftImgArray[11]		= new Array;
leftImgArray[11][0]	= "http://www.farrp.org/sharedcode/promoimages/ControlPlan.jpg";
leftImgArray[11][1]	= "Components of an Effective Allergen Control Plan";
leftImgArray[11][2]	= "http://www.farrp.org/4-resources/ControlPlan1.shtml";
leftImgArray[11][3]	= "";
leftImgArray[12]		= new Array;
leftImgArray[12][0]	= "http://www.farrp.org/sharedcode/promoimages/farrp,redonwhite.jpg";
leftImgArray[12][1]	= "Food Allergy Research and Resource Program";
leftImgArray[12][2]	= "";
leftImgArray[12][3]	= "";
leftImgArray[13]		= new Array;
leftImgArray[13][0]	= "http://www.farrp.org/sharedcode/promoimages/MembershipBenefits.jpg";
leftImgArray[13][1]	= "Membership Benefits";
leftImgArray[13][2]	= "http://www.farrp.org/1-about/memberinfo1.shtml";
leftImgArray[13][3]	= "";
leftImgArray[14]		= new Array;
leftImgArray[14][0]	= "http://www.farrp.org/sharedcode/promoimages/Analysis.jpg";
leftImgArray[14][1]	= "Confidential Analytical Testing";
leftImgArray[14][2]	= "http://www.farrp.org/analysis.shtml";
leftImgArray[14][3]	= "";

rotateImg("leftImgArray","leftRandomPromoImage",5);
