/*
	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/newp/images/lrp/lrp09Platte1.jpg";
leftImgArray[0][1]	= "Marathon at Owen's Landing";
leftImgArray[0][2]	= "http://www.unl.edu/newp/news/2009/PlatteRiverRetreat.shtml"
leftImgArray[0][3]	= "";

leftImgArray[7]		= new Array;
leftImgArray[7][0]	= "http://www.unl.edu/newp/images/lrp/lookingDownC2008KateBrooke.jpg";
leftImgArray[7][1]	= "Looking Down";
leftImgArray[7][2]	= "http://www.unl.edu/newp/news/2009/PlatteRiverRetreat.shtml";
leftImgArray[7][3]	= "";

leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://www.unl.edu/newp/images/lrp/09NeWPGroup2C2009KateBrooke.jpg";
leftImgArray[1][1]	= "Spring Gathering Celebrants";
leftImgArray[1][2]	= "http://www.unl.edu/newp/news/2009/SpringGathering.shtml";
leftImgArray[1][3]	= "";

   

leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://www.unl.edu/newp/images/lrp/09POP_2PoetsC2009KateBrooke.jpg";
leftImgArray[2][1]	= "Twyla Hansen and Matt Mason" ;
leftImgArray[2][2]	= "http://www.unl.edu/newp/news/2009/Poetry_of_Place_Celebration.shtml";
leftImgArray[2][3]	= "";

leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://www.unl.edu/newp/images/lrp/09Stuhr.jpg";
leftImgArray[3][1]	= "Sharon Writing";
leftImgArray[3][2]	= "http://www.unl.edu/newp/news/2009/StuhrMuseum.shtml";
leftImgArray[3][3]	= "";

leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://www.unl.edu/newp/images/lrp/lrp09Platte2.jpg";
leftImgArray[4][1]	= "Waterfall";
leftImgArray[4][2]	= "http://www.unl.edu/newp/news/2009/PlatteRiverRetreat.shtml";
leftImgArray[4][3]	= "";

leftImgArray[5]		= new Array;
leftImgArray[5][0]	= "http://www.unl.edu/newp/images/lrp/09Stuhr2.jpg";
leftImgArray[5][1]	= "Stuhr Museum";
leftImgArray[5][2]	= "http://www.unl.edu/newp/news/2009/StuhrMuseum.shtml";
leftImgArray[5][3]	= "";

leftImgArray[6]		= new Array;
leftImgArray[6][0]	= "http://www.unl.edu/newp/images/lrp/lrp09Platte3.jpg";
leftImgArray[6][1]	= "Campfire at Platte River";
leftImgArray[6][2]	= "http://www.unl.edu/newp/news/2009/PlatteRiverRetreat.shtml";
leftImgArray[6][3]	= "";


rotateImg("leftImgArray","leftRandomPromoImage",5);
