	<!--//

	startlist = function() {
if (document.all && document.getElementById) {
navRoot = document.getElementById("nav");
    if (!navRoot) { return; }
for (i=0; i<navRoot.childNodes.length; i++) {
  node = navRoot.childNodes[i];
  if (node.nodeName=="LI") {
  node.onmouseover=function() {
  this.className+=" over";
    }
  node.onmouseout=function() {
  this.className=this.className.replace
      (" over", "");
   }
   }
  }
 }
 
var backgroundsrcs = new Array(
								"http://www.mnscu.edu/images/index5.jpg",
								"http://www.mnscu.edu/images/index11.jpg",
								"http://www.mnscu.edu/images/index20.jpg",
								"http://www.mnscu.edu/images/index26.jpg",
								"http://www.mnscu.edu/images/index29.jpg",
								"http://www.mnscu.edu/images/index30.jpg",
								"http://www.mnscu.edu/images/index31.jpg",
								"http://www.mnscu.edu/images/index32.jpg",
								"http://www.mnscu.edu/images/index33.jpg",
								"http://www.mnscu.edu/images/index35.jpg",
								"http://www.mnscu.edu/images/index36.jpg",
								"http://www.mnscu.edu/images/index37.jpg",
								"http://www.mnscu.edu/images/index40.jpg",
								"http://www.mnscu.edu/images/index41.jpg",
								"http://www.mnscu.edu/images/index42.jpg",
								"http://www.mnscu.edu/images/index45.jpg",
								"http://www.mnscu.edu/images/index46.jpg",
								"http://www.mnscu.edu/images/index49.jpg",
								"http://www.mnscu.edu/images/index50.jpg",
								"http://www.mnscu.edu/images/index52.jpg",
								"http://www.mnscu.edu/images/index54.jpg",
								"http://www.mnscu.edu/images/index59.jpg",
								"http://www.mnscu.edu/images/index61.jpg",
								"http://www.mnscu.edu/images/index66.jpg",
								"http://www.mnscu.edu/images/index67.jpg",
								"http://www.mnscu.edu/images/index68.jpg",
								"http://www.mnscu.edu/images/index70.jpg",
								"http://www.mnscu.edu/images/index71.jpg",
								"http://www.mnscu.edu/images/index77.jpg"
) 

{ 
var bgimage=backgroundsrcs[(Math.round(Math.random()*(backgroundsrcs.length-1)))] 
document.getElementById("masthead").style.backgroundImage = "url('" + bgimage + "')"; 
} 

}

window.onload=startlist;

	
		//-->
	
	
	