/*
	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://crec.unl.edu/images/sponsers/promo/papajohns.gif";
rightImgArray[0][1]	= "Papa Johns";
rightImgArray[0][2]	= "http://papajohns.com/";
rightImgArray[0][3]	= "";
rightImgArray[1]	= new Array;
rightImgArray[1][0]	= "http://crec.unl.edu/images/sponsers/promo/grfx_logo_amigos.jpg";
rightImgArray[1][1]	= "Amigos and Kings Classic";
rightImgArray[1][2]	= "http://www.amigoskings.com/";
rightImgArray[1][3]	= "";
rightImgArray[2]		= new Array;
rightImgArray[2][0]	= "http://crec.unl.edu/images/sponsers/promo/planetsub.jpg";
rightImgArray[2][1]	= "Planet Sub";
rightImgArray[2][2]	= "http://www.planetsub.com";
rightImgArray[2][3]	= "";
rightImgArray[3]		= new Array;
rightImgArray[3][0]	= "http://crec.unl.edu/images/sponsers/promo/Pepsi09LogoHoriz.jpg";
rightImgArray[3][1]	= "Pepsi";
rightImgArray[3][2]	= "http://www.pepsi.com/";
rightImgArray[3][3]	= "";
rightImgArray[4]		= new Array;
rightImgArray[4][0]	= "http://crec.unl.edu/images/sponsers/promo/mtvU.jpg";
rightImgArray[4][1]	= "mtvU";
rightImgArray[4][2]	= "http://www.mtvu.com/";
rightImgArray[4][3]	= "";
rightImgArray[5]		= new Array;
rightImgArray[5][0]	= "http://crec.unl.edu/images/sponsers/promo/chipotle.jpg";
rightImgArray[5][1]	= "Chipotle";
rightImgArray[5][2]	= "http://www.chipotle.com/";
rightImgArray[5][3]	= "";
rightImgArray[6]		= new Array;
rightImgArray[6][0]	= "http://crec.unl.edu/images/sponsers/promo/unebbookstore.jpg";
rightImgArray[6][1]	= "University Bookstore";
rightImgArray[6][2]	= "http://www.bkstr.com/Home/10001-10287-1?demoKey=d";
rightImgArray[6][3]	= "";
rightImgArray[7]		= new Array;
rightImgArray[7][0]	= "http://crec.unl.edu/images/sponsers/promo/UofNFederalCreditUnion.jpg";
rightImgArray[7][1]	= "University of Nebraska Federal Credit Union";
rightImgArray[7][2]	= "http://www.nufcu.org/";
rightImgArray[7][3]	= "";
rightImgArray[8]		= new Array;
rightImgArray[8][0]	= "http://crec.unl.edu/images/sponsers/promo/verizon.jpg";
rightImgArray[8][1]	= "Verizon Wireless";
rightImgArray[8][2]	= "http://www.verizonwireless.com/b2c/index.html";
rightImgArray[8][3]	= "";
rightImgArray[9]	= new Array;
rightImgArray[9][0]	= "http://crec.unl.edu/images/sponsers/promo/collegehairdesign.jpg";
rightImgArray[9][1]	= "College of Hair Design";
rightImgArray[9][2]	= "http://www.collegeofhairdesign.com/";
rightImgArray[9][3]	= "";
rightImgArray[10]	= new Array;
rightImgArray[10][0]	= "http://crec.unl.edu/images/sponsers/promo/raisingcanes.jpg";
rightImgArray[10][1]	= "Raising Cane's";
rightImgArray[10][2]	= "http://209.240.145.143/intro.htm";
rightImgArray[10][3]	= "";
rightImgArray[11]	= new Array;
rightImgArray[11][0]	= "http://crec.unl.edu/images/sponsers/promo/UNLComputer_PhoneShopLogo.jpg";
rightImgArray[11][1]	= "UNL Computer and Phone Shop";
rightImgArray[11][2]	= "http://shop.unl.edu/";
rightImgArray[11][3]	= "";
rightImgArray[12]	= new Array;
rightImgArray[12][0]	= "http://crec.unl.edu/images/sponsers/promo/metrodining.jpg";
rightImgArray[12][1]	= "Metro Dining and Delivery";
rightImgArray[12][2]	= "http://www.metrodiningdelivery.com/";
rightImgArray[12][3]	= "";
rightImgArray[13]	= new Array;
rightImgArray[13][0]	= "http://crec.unl.edu/images/sponsers/promo/Gbolt_GAT.jpg";
rightImgArray[13][1]	= "Gatorade";
rightImgArray[13][2]	= "http://www.gatorade.com/#/products";
rightImgArray[13][3]	= "";
rightImgArray[14]	= new Array;
rightImgArray[14][0]	= "http://crec.unl.edu/images/sponsers/promo/Adidas.jpg";
rightImgArray[14][1]	= "Adidas";
rightImgArray[14][2]	= "http://www.adidas.com/us/homepage.asp";
rightImgArray[14][3]	= "";
rightImgArray[15]	= new Array;
rightImgArray[15][0]	= "http://crec.unl.edu/images/sponsers/promo/downtown_lincoln_assoc.jpg";
rightImgArray[15][1]	= "Downtown Lincoln Association";
rightImgArray[15][2]	= "http://downtownlincoln.org/";
rightImgArray[15][3]	= "";
rotateImg("rightImgArray","rightRandomPromoImage",5);
