/*
	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]	= "images/homepage/lindsay_rotate.jpg";
rightImgArray[0][1]	= "Renaissance Woman";
rightImgArray[0][2]	= "http://www.unl.edu/ucomm/splash/lindsay.shtml";
rightImgArray[0][3]	= "";
rightImgArray[1]	= new Array;
rightImgArray[1][0]	= "images/homepage/eske_rotate.jpg";
rightImgArray[1][1]	= "Eske earns UNL\'s first Marshall Scholarship";
rightImgArray[1][2]	= "popup/eske.shtml";
rightImgArray[1][3]	= "";
rightImgArray[2]	= new Array;
rightImgArray[2][0]	= "images/homepage/dozler_rotate.jpg";
rightImgArray[2][1]	= "Dozler with digital archiving";
rightImgArray[2][2]	= "popup/dozler.shtml";
rightImgArray[2][3]	= "";

rightImgArray[3]	= new Array;
rightImgArray[3][0]	= "images/homepage/waite image_rotate.jpg";
rightImgArray[3][1]	= "Alumna Preserves Cultural History";
rightImgArray[3][2]	= "http://journalstar.com/articles/2008/05/11/news/nebraska/doc48264af32936c198348843.txt";
rightImgArray[3][3]	= "";

rotateImg("rightImgArray","rightRandomPromoImage",10);
