/*
	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://huskeralum.org/images/promo/AIA-USO-Promo.gif";
leftImgArray[0][1]	= "AIA/USI";
leftImgArray[0][2]	= "http://www.libertymutual.com/lm/nebraska";
leftImgArray[0][3]	= "";
leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://huskeralum.org/images/promo/facilitiy-rental-promo.jpg";
leftImgArray[1][1]	= "NAA Facilities";
leftImgArray[1][2]	= "http://huskeralum.org/facilities/index.shtml";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://huskeralum.org/images/promo/geicogecko.jpg";
leftImgArray[2][1]	= "Gieco";
leftImgArray[2][2]	= "http://www.geico.com/landingpage/go51.htm?logo=17774";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://huskeralum.org/images/promo/huskers-Nside-promo.jpg";
leftImgArray[3][1]	= "HuskersNSide";
leftImgArray[3][2]	= "https://community.huskeralum.org/SSLPage.aspx?pid=2064";
leftImgArray[3][3]	= "";
leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://huskeralum.org/images/promo/libertymutual.jpg";
leftImgArray[4][1]	= "Liberty Mutual";
leftImgArray[4][2]	= "http://www.libertymutual.com/lm/nebraska";
leftImgArray[4][3]	= "";
leftImgArray[5]		= new Array;
leftImgArray[5][0]	= "http://huskeralum.org/images/promo/NebraskaAthletics-promo.jpg";
leftImgArray[5][1]	= "Nebraska Atheltics";
leftImgArray[5][2]	= "http://www.huskers.com/";
leftImgArray[5][3]	= "";
leftImgArray[6]		= new Array;
leftImgArray[6][0]	= "http://huskeralum.org/images/promo/Nebrasla-bookstore-promo.gif";
leftImgArray[6][1]	= "Nebraska Bookstore";
leftImgArray[6][2]	= "http://www.nebraskabookstore.com/";
leftImgArray[6][3]	= "";
leftImgArray[7]		= new Array;
leftImgArray[7][0]	= "http://huskeralum.org/images/promo/Osher-promo.gif";
leftImgArray[7][1]	= "Osher - Olli";
leftImgArray[7][2]	= "http://www.olli.unl.edu/";
leftImgArray[7][3]	= "";
leftImgArray[8]		= new Array;
leftImgArray[8][0]	= "http://huskeralum.org/images/promo/partners-first-promo.gif";
leftImgArray[8][1]	= "Partners First";
leftImgArray[8][2]	= "http://www.huskerrewards.com/";
leftImgArray[8][3]	= "";
leftImgArray[9]		= new Array;
leftImgArray[9][0]	= "http://huskeralum.org/images/promo/Runza-promo.jpg";
leftImgArray[9][1]	= "Runza";
leftImgArray[9][2]	= "http://www.runza.com/online_store";
leftImgArray[9][3]	= "";
leftImgArray[10]		= new Array;
leftImgArray[10][0]	= "http://huskeralum.org/images/promo/stay-in-the-game-promo.jpg";
leftImgArray[10][1]	= "Stay in the Game";
leftImgArray[10][2]	= "http://wwww.stayinthegame.com";
leftImgArray[10][3]	= "";
leftImgArray[11]		= new Array;
leftImgArray[11][0]	= "http://huskeralum.org/images/promo/U-of-Nebraska-press-promo.jpg";
leftImgArray[11][1]	= "University of Nebraska Press";
leftImgArray[11][2]	= "http://www.nebraskapress.unl.edu/";
leftImgArray[11][3]	= "";
leftImgArray[12]		= new Array;
leftImgArray[12][0]	= "http://huskeralum.org/images/promo/university-booksotre-promo.jpg";
leftImgArray[12][1]	= "University Bookstore";
leftImgArray[12][2]	= "http://www.unlbookstore.com/";
leftImgArray[12][3]	= "";
leftImgArray[13]		= new Array;
leftImgArray[13][0]	= "http://huskeralum.org/images/promo/university-frames-promo.gif";
leftImgArray[13][1]	= "University Frames";
leftImgArray[13][2]	= "http://www.universityframes.com/eframe/Welcome.asp?reid=114";
leftImgArray[13][3]	= "";
leftImgArray[14]		= new Array;
leftImgArray[14][0]	= "http://huskeralum.org/images/promo/Valentinos.jpg";
leftImgArray[14][1]	= "Valentino's";
leftImgArray[14][2]	= "http://www.valentinos.com/";
leftImgArray[14][3]	= "";
leftImgArray[15]		= new Array;
leftImgArray[15][0]	= "http://huskeralum.org/images/promo/NAA-linkedin.jpg";
leftImgArray[15][1]	= "LinkedIn";
leftImgArray[15][2]	= "http://www.linkedin.com/groups?mostPopular=&gid=59776";
leftImgArray[15][3]	= "";
leftImgArray[16]		= new Array;
leftImgArray[16][0]	= "http://huskeralum.org/images/promo/naa-facebook.jpg";
leftImgArray[16][1]	= "Facebook";
leftImgArray[16][2]	= "http://www.facebook.com/UNLalumni";
leftImgArray[16][3]	= "";

rotateImg("leftImgArray","leftRandomPromoImage",16);

