/*
	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.p3.unl.edu/images/sidebar/zach1.gif";
rightImgArray[0][1]		= "Zach";
rightImgArray[0][2]		= "#";
rightImgArray[0][3]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[1]		= new Array;
rightImgArray[1][0]		= "http://www.p3.unl.edu/images/sidebar/germana.gif";
rightImgArray[1][1]		= "Germana";
rightImgArray[1][2]		= "#";
rightImgArray[1][3]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[2]		= new Array;
rightImgArray[2][0]		= "http://www.p3.unl.edu/images/sidebar/erica.gif";
rightImgArray[2][1]		= "Erica";
rightImgArray[2][2]		= "#";
rightImgArray[2][3]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[3]		= new Array;
rightImgArray[3][0]		= "http://www.p3.unl.edu/images/sidebar/tanner.gif";
rightImgArray[3][1]		= "Tanner";
rightImgArray[3][2]		= "#";
rightImgArray[3][3]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[4]		= new Array;
rightImgArray[4][0]		= "http://www.p3.unl.edu/images/sidebar/rebecca.gif";
rightImgArray[4][1]		= "#";
rightImgArray[4][2]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[5]		= new Array;
rightImgArray[5][0]		= "http://www.p3.unl.edu/images/sidebar/ben.gif";
rightImgArray[5][1]		= "#";
rightImgArray[5][2]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[6]		= new Array;
rightImgArray[6][0]		= "http://www.p3.unl.edu/images/sidebar/eric.gif";
rightImgArray[6][1]		= "#";
rightImgArray[6][2]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[7]		= new Array;
rightImgArray[7][0]		= "http://www.p3.unl.edu/images/sidebar/hogshed.gif";
rightImgArray[7][1]		= "#";
rightImgArray[7][2]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[8]		= new Array;
rightImgArray[8][0]		= "http://www.p3.unl.edu/images/sidebar/josh.gif";
rightImgArray[8][1]		= "#";
rightImgArray[8][2]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";
rightImgArray[9]		= new Array;
rightImgArray[9][0]		= "http://www.p3.unl.edu/images/sidebar/stacey.gif";
rightImgArray[9][1]		= "#";
rightImgArray[9][2]		= 
"window.open('sidebarpop','height=540,width=330,scrollbars=1,resizable=0,status=0,toolbars=0,location=0')";

rotateImg("rightImgArray","rightRandomPromoImage",9);
