<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}


function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->


<!--

     // ROTATING IMAGES

          // List of images, start with 1

	  var thePic;
	  var frontPictures = new Array();
	  var frontPicturesALT = new Array();
	  frontPictures[0] = 'http://www.uic.edu/las/college/images/banner_1.jpg';
	  frontPictures[1] = 'http://www.uic.edu/las/college/images/banner_2.jpg';
	  frontPictures[2] = 'http://www.uic.edu/las/college/images/banner_3.jpg';
	  frontPictures[3] = 'http://www.uic.edu/las/college/images/banner_4.jpg';
	  frontPictures[4] = 'http://www.uic.edu/las/college/images/banner_5.jpg';
	  frontPictures[5] = 'http://www.uic.edu/las/college/images/banner_6.jpg';
	  frontPictures[6] = 'http://www.uic.edu/las/college/images/banner_7.jpg';
	  frontPictures[7] = 'http://www.uic.edu/las/college/images/banner_8.jpg';
	  frontPictures[8] = 'http://www.uic.edu/las/college/images/banner_9.jpg';
	  
	  function setFrontPic()
	  {
	       var thePic = 0;
	       var numImages = frontPictures.length;
	       thePic = Math.round(Math.random() * (numImages-1));
	       document.frontPicture.src = frontPictures[thePic];
	  }

	  function resetFrontPic()
	  {
		if (thePic != undefined) document.frontPicture.src = frontPictures[thePic];
	  }
//-->
