/*
	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]	= "Career Services Employer Sponsors";
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/applieduw.gif";
leftImgArray[1][1]	= "Applied Underwriters";
leftImgArray[1][2]	= "http://www.auw.com/careers.aspx";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://www.unl.edu/careers/graphics/assurity.gif";
leftImgArray[2][1]	= "Assurity Life Insurance";
leftImgArray[2][2]	= "http://assurity.com/careers.htm";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://www.unl.edu/careers/graphics/huskercircle.gif";
leftImgArray[3][1]	= "Thank you Husker Circle Employers!";
leftImgArray[3][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[3][3]	= "";
leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://www.unl.edu/careers/graphics/conagra.gif";
leftImgArray[4][1]	= "ConAgra Foods";
leftImgArray[4][2]	= "http://www.conagrafoodscareers.com";
leftImgArray[4][3]	= "";
leftImgArray[5]		= new Array;
leftImgArray[5][0]	= "http://www.unl.edu/careers/graphics/garmin.gif";
leftImgArray[5][1]	= "Garmin International";
leftImgArray[5][2]	= "http://www8.garmin.com/careers/";
leftImgArray[5][3]	= "";
leftImgArray[6]		= new Array;
leftImgArray[6][0]	= "http://www.unl.edu/careers/graphics/huskercircle.gif";
leftImgArray[6][1]	= "Thank you Husker Circle Employers!";
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/koch.gif";
leftImgArray[7][1]	= "Koch";
leftImgArray[7][2]	= "http://www.kochcollegerecruiting.com";
leftImgArray[7][3]	= "";
leftImgArray[8]		= new Array;
leftImgArray[8][0]	= "http://www.unl.edu/careers/graphics/lincolnindustries.gif";
leftImgArray[8][1]	= "Lincoln Industries";
leftImgArray[8][2]	= "http://www.lincolnindustries.com";
leftImgArray[8][3]	= "";
leftImgArray[9]		= new Array;
leftImgArray[9][0]	= "http://www.unl.edu/careers/graphics/huskercircle.gif";
leftImgArray[9][1]	= "Career Services Employer Sponsors";
leftImgArray[9][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[9][3]	= "";
leftImgArray[10]		= new Array;
leftImgArray[10][0]	= "http://www.unl.edu/careers/graphics/sandhills.gif";
leftImgArray[10][1]	= "Sandhills Publishing";
leftImgArray[10][2]	= "http://www.sandhills.com/career";
leftImgArray[10][3]	= "";
leftImgArray[11]		= new Array;
leftImgArray[11][0]	= "http://www.unl.edu/careers/graphics/scoular.gif";
leftImgArray[11][1]	= "Scoular Company";
leftImgArray[11][2]	= "http://www.scoular.com";
leftImgArray[11][3]	= "";
leftImgArray[12]		= new Array;
leftImgArray[12][0]	= "http://www.unl.edu/careers/graphics/huskercircle.gif";
leftImgArray[12][1]	= "Career Services Employer Sponsors";
leftImgArray[12][2]	= "http://www.unl.edu/careers/employer/huskercircle.shtml";
leftImgArray[12][3]	= "";
leftImgArray[13]		= new Array;
leftImgArray[13][0]	= "http://www.unl.edu/careers/graphics/southwestern.gif";
leftImgArray[13][1]	= "Southwestern";
leftImgArray[13][2]	= "http://www.southwestern.com";
leftImgArray[13][3]	= "";
leftImgArray[14]		= new Array;
leftImgArray[14][0]	= "http://www.unl.edu/careers/graphics/streck.gif";
leftImgArray[14][1]	= "Streck";
leftImgArray[14][2]	= "http://www.streck.com";
leftImgArray[14][3]	= "";

rotateImg("leftImgArray","leftRandomPromoImage",5);

