/*
	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://test.huskeralum.org/images/promo/scarlet-guard-promo.gif";
leftImgArray[0][1]	= "Scarlet Guard";
leftImgArray[0][2]	= "http://test.huskeralum.org/students/scarletguard/index.shtml";
leftImgArray[0][3]	= "";
leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://test.huskeralum.org/images/promo/LinkedinGroup-promo.jpg";
leftImgArray[1][1]	= "LinkedIn Huskers";
leftImgArray[1][2]	= "http://www.linkedin.com/groups?gid=59776&trk=hb_side_g";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://test.huskeralum.org/images/promo/vip-promo.gif";
leftImgArray[2][1]	= "VIP Football";
leftImgArray[2][2]	= "http://test.huskeralum.org/travel/home.shtml";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://test.huskeralum.org/images/promo/champions-promo.jpg";
leftImgArray[3][1]	= "Nebraska Champions Club";
leftImgArray[3][2]	= "http://test.huskeralum.org/facilities/champions/index.shtml";
leftImgArray[3][3]	= "";
leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://test.huskeralum.org/images/promo/holling-promo.jpg";
leftImgArray[4][1]	= "Your Wick Alumni Center";
leftImgArray[4][2]	= "http://test.huskeralum.org/facilities/wick/index.shtml";
leftImgArray[4][3]	= "";
leftImgArray[5]		= new Array;
leftImgArray[5][0]	= "http://huskeralum.org/images/promo/VOB-promo.jpg";
leftImgArray[5][1]	= "Volunteer Opportunity Bank";
leftImgArray[5][2]	= "http://community.huskeralum.org/Page.aspx?pid=227";
leftImgArray[5][3]	= "";
leftImgArray[6]		= new Array;
leftImgArray[6][0]	= "http://huskeralum.org/images/promo/HuskersAuthentic-promo.jpg";
leftImgArray[6][1]	= "Huskers Authentic";
leftImgArray[6][2]	= "http://huskers.teamfanshop.com/";
leftImgArray[6][3]	= "";
leftImgArray[7]		= new Array;
leftImgArray[7][0]	= "http://test.huskeralum.org/images/promo/NebraskaAthletics-promo.jpg";
leftImgArray[7][1]	= "Husker Athletics";
leftImgArray[7][2]	= "http://www.Huskers.com";
leftImgArray[7][3]	= "";

rotateImg("leftImgArray","leftRandomPromoImage",14);
