	<!--//

	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/index1.jpg",
								"http://www.mnscu.edu/images/index2.jpg",
								"http://www.mnscu.edu/images/index3.jpg",
								"http://www.mnscu.edu/images/index4.jpg",
								"http://www.mnscu.edu/images/index5.jpg",
								"http://www.mnscu.edu/images/index6.jpg",
								"http://www.mnscu.edu/images/index7.jpg",
								"http://www.mnscu.edu/images/index8.jpg",
								"http://www.mnscu.edu/images/index9.jpg",
								"http://www.mnscu.edu/images/index10.jpg",
								"http://www.mnscu.edu/images/index11.jpg",
								"http://www.mnscu.edu/images/index12.jpg",
								"http://www.mnscu.edu/images/index13.jpg",
								"http://www.mnscu.edu/images/index14.jpg",
								"http://www.mnscu.edu/images/index15.jpg",
								"http://www.mnscu.edu/images/index16.jpg",
								"http://www.mnscu.edu/images/index17.jpg",
								"http://www.mnscu.edu/images/index18.jpg",
								"http://www.mnscu.edu/images/index19.jpg",
								"http://www.mnscu.edu/images/index20.jpg",
								"http://www.mnscu.edu/images/index21.jpg",
								"http://www.mnscu.edu/images/index22.jpg",
								"http://www.mnscu.edu/images/index23.jpg",
								"http://www.mnscu.edu/images/index24.jpg",
								"http://www.mnscu.edu/images/index25.jpg",
								"http://www.mnscu.edu/images/index26.jpg",
								"http://www.mnscu.edu/images/index27.jpg",
								"http://www.mnscu.edu/images/index28.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/index34.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/index38.jpg",
								"http://www.mnscu.edu/images/index39.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/index43.jpg",
								"http://www.mnscu.edu/images/index44.jpg",
								"http://www.mnscu.edu/images/index45.jpg",
								"http://www.mnscu.edu/images/index46.jpg",
								"http://www.mnscu.edu/images/index47.jpg",
								"http://www.mnscu.edu/images/index48.jpg",
								"http://www.mnscu.edu/images/index49.jpg",
								"http://www.mnscu.edu/images/index50.jpg",
								"http://www.mnscu.edu/images/index51.jpg",
								"http://www.mnscu.edu/images/index52.jpg",
								"http://www.mnscu.edu/images/index53.jpg",
								"http://www.mnscu.edu/images/index54.jpg",
								"http://www.mnscu.edu/images/index55.jpg",
								"http://www.mnscu.edu/images/index56.jpg",
								"http://www.mnscu.edu/images/index57.jpg",
								"http://www.mnscu.edu/images/index58.jpg",
								"http://www.mnscu.edu/images/index59.jpg",
								"http://www.mnscu.edu/images/index60.jpg",
								"http://www.mnscu.edu/images/index61.jpg",
								"http://www.mnscu.edu/images/index62.jpg",
								"http://www.mnscu.edu/images/index63.jpg",
								"http://www.mnscu.edu/images/index64.jpg",
								"http://www.mnscu.edu/images/index65.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/index69.jpg",
								"http://www.mnscu.edu/images/index70.jpg",
								"http://www.mnscu.edu/images/index71.jpg",
								"http://www.mnscu.edu/images/index72.jpg",
								"http://www.mnscu.edu/images/index73.jpg",
								"http://www.mnscu.edu/images/index74.jpg",
								"http://www.mnscu.edu/images/index75.jpg",
								"http://www.mnscu.edu/images/index76.jpg",
								"http://www.mnscu.edu/images/index77.jpg",
								"http://www.mnscu.edu/images/index78.jpg",
								"http://www.mnscu.edu/images/index79.jpg"
) 

{ 
var bgimage=backgroundsrcs[(Math.round(Math.random()*(backgroundsrcs.length-1)))] 
document.getElementById("masthead").style.backgroundImage = "url('" + bgimage + "')"; 
} 

}

window.onload=startlist;

	
		//-->
	
	
	