/*
	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/careers/graphics/huskercircle.gif";
leftImgArray[0][1]	= "Husker Circle";
leftImgArray[0][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[0][3]	= "";
leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://www.unl.edu/careers/graphics/streck.gif";
leftImgArray[1][1]	= "Streck";
leftImgArray[1][2]	= "http://www.streck.com";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://www.unl.edu/careers/graphics/yourorghere.gif";
leftImgArray[2][1]	= "How to become a Husker Circle Sponsor";
leftImgArray[2][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://www.unl.edu/careers/graphics/applieduw.gif";
leftImgArray[3][1]	= "Applied Underwriters";
leftImgArray[3][2]	= "http://www.applieduw.com/careers.html";
leftImgArray[3][3]	= "";
leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://www.unl.edu/careers/graphics/huskercircle.gif";
leftImgArray[4][1]	= "Career Services Employer Sponsors";
leftImgArray[4][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[4][3]	= "";
leftImgArray[5]		= new Array;
leftImgArray[5][0]	= "http://www.unl.edu/careers/graphics/koch.jpg";
leftImgArray[5][1]	= "Koch Industries";
leftImgArray[5][2]	= "http://www.kochcollegerecruiting.com";
leftImgArray[5][3]	= "";
leftImgArray[6]		= new Array;
leftImgArray[6][0]	= "http://www.unl.edu/careers/graphics/yourorghere.gif";
leftImgArray[6][1]	= "How to become a Husker Circle Sponsor";
leftImgArray[6][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[6][3]	= "";
leftImgArray[7]		= new Array;
leftImgArray[7][0]	= "http://www.unl.edu/careers/graphics/garmin.gif";
leftImgArray[7][1]	= "Garmin";
leftImgArray[7][2]	= "http://www.garminu.com";
leftImgArray[7][3]	= "";
leftImgArray[8]		= new Array;
leftImgArray[8][0]	= "http://www.unl.edu/careers/graphics/huskercircle.gif";
leftImgArray[8][1]	= "Career Services Employer Sponsors";
leftImgArray[8][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[8][3]	= "";
leftImgArray[9]		= new Array;
leftImgArray[9][0]	= "http://www.unl.edu/careers/graphics/southwestern.gif";
leftImgArray[9][1]	= "Southwestern";
leftImgArray[9][2]	= "http://www.southwesterninternship.com";
leftImgArray[9][3]	= "";
leftImgArray[10]		= new Array;
leftImgArray[10][0]	= "http://www.unl.edu/careers/graphics/yourorghere.gif";
leftImgArray[10][1]	= "How to become a Husker Circle Sponsor";
leftImgArray[10][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[10][3]	= "";
leftImgArray[11]		= new Array;
leftImgArray[11][0]	= "http://www.unl.edu/careers/graphics/cerner.gif";
leftImgArray[11][1]	= "Cerner";
leftImgArray[11][2]	= "http://www.cerner.com";
leftImgArray[11][3]	= "";
rotateImg("leftImgArray","leftRandomPromoImage",4);
