/*
	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://www.unl.edu/unlpub/graphics/rndmpix/stdt2/05.jpg";
rightImgArray[0][1]		= "Johnny Carson";
rightImgArray[0][2]		= "#";
rightImgArray[0][3]		= "window.open('http://www.unl.edu/unlpub/graphics/rndmpix/pages2/carson_j.shtml','sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[1]		= new Array;
rightImgArray[1][0]		= "http://www.unl.edu/unlpub/graphics/rndmpix/stdt2/02.jpg";
rightImgArray[1][1]		= "Reed Grass";
rightImgArray[1][2]		= "#";
rightImgArray[1][3]		= "window.open('http://www.unl.edu/unlpub/graphics/rndmpix/pages2/camp_color2.shtml','sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[2]		= new Array;
rightImgArray[2][0]		= "http://www.unl.edu/unlpub/graphics/rndmpix/stdt2/01.jpg";
rightImgArray[2][1]		= "Marjorie Lou";
rightImgArray[2][2]		= "#";
rightImgArray[2][3]		= "window.open('http://www.unl.edu/unlpub/graphics/rndmpix/pages2/lou_m.shtml','sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";

rotateImg("rightImgArray","rightRandomPromoImage",0);
