/*
	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/journalism/images/krnu.jpg";
leftImgArray[0][1]	= "90.3 KRNU";
leftImgArray[0][2]	= "http://krnu.unl.edu/";
leftImgArray[0][3]	= "";
leftImgArray[1]		= new Array;
leftImgArray[1][0]	= "http://www.unl.edu/journalism/images/newsnet.gif";
leftImgArray[1][1]	= "News Net Nebraska";
leftImgArray[1][2]	= "http://www.newsnetnebraska.org/";
leftImgArray[1][3]	= "";
leftImgArray[2]		= new Array;
leftImgArray[2][0]	= "http://www.unl.edu/journalism/images/events.png";
leftImgArray[2][1]	= "J School Calendar of Events";
leftImgArray[2][2]	= "http://events.unl.edu/journalism/";
leftImgArray[2][3]	= "";
leftImgArray[3]		= new Array;
leftImgArray[3][0]	= "http://www.unl.edu/journalism/images/andersenspromo.jpg";
leftImgArray[3][1]	= "Who are the Andersens?";
leftImgArray[3][2]	= "http://www.unl.edu/journalism/cojmc/andersen.shtml";
leftImgArray[3][3]	= "";
leftImgArray[4]		= new Array;
leftImgArray[4][0]	= "http://www.unl.edu/journalism/images/jnews_promo.gif";
leftImgArray[4][1]	= "Jnews Alumni Magazine";
leftImgArray[4][2]	= "http://www.unl.edu/journalism/cojmc/alumni/jnews.shtml";
leftImgArray[4][3]	= "";
leftImgArray[5]		= new Array;
leftImgArray[5][0]	= "http://www.unl.edu/journalism/images/promoVideo.jpg";
leftImgArray[5][1]	= "CoJMC Promotional Video";
leftImgArray[5][2]	= "http://www.unl.edu/journalism/videos/cojmc_promo.mov";
leftImgArray[5][3]	= "";
leftImgArray[6]		= new Array;
leftImgArray[6][0]	= "http://www.unl.edu/journalism/images/faculty.gif";
leftImgArray[6][1]	= "Meet the CoJMC Faculty";
leftImgArray[6][2]	= "http://www.unl.edu/journalism/cojmc/about/faculty.shtml";
leftImgArray[6][3]	= "";
leftImgArray[7]		= new Array;
leftImgArray[7][0]	= "http://www.unl.edu/journalism/images/redwire.gif";
leftImgArray[7][1]	= "REDWIRE Magazine";
leftImgArray[7][2]	= "http://newsnetnebraska.org/redwire";
leftImgArray[7][3]	= "";
leftImgArray[8]		= new Array;
leftImgArray[8][0]	= "http://www.unl.edu/journalism/images/salutetograd.png";
leftImgArray[8][1]	= "Salute to Graduates";
leftImgArray[8][2]	= "http://www.unl.edu/journalism/students/stg.shtml";
leftImgArray[8][3]	= "";
leftImgArray[9]		= new Array;
leftImgArray[9][0]	= "http://www.unl.edu/journalism/images/jnotes_promo.gif";
leftImgArray[9][1]	= "Jnotes Alumni Magazine";
leftImgArray[9][2]	= "http://www.unl.edu/journalism/cojmc/alumni/jnews.shtml";
leftImgArray[9][3]	= "";

rotateImg("leftImgArray","leftRandomPromoImage",12);
