<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var newwindow;
function pop800(url)
{
	newwindow=window.open(url,'pop_800','width=800,height=550');
	if (window.focus) {newwindow.focus()}
}
//-->

<!--
function setUNOCookie(phrase){
			var now = new Date();
			now.setTime(now.getTime() - 1000 * 60 * 60 * 24);
			document.cookie = phrase + ";expires=" + now.toGMTString();
			
			var expiration = new Date()
			expiration.setTime(expiration.getTime() + 1000 * 60 * 60 * 24 * 730);
			document.cookie = phrase + "; expires=" + expiration.toGMTString() + "; path=/; domain=.unomaha.edu;";
}
//-->