
function schoolchange(){
var addy = window.location.href;
var schoolid = addy.slice(25,27); //use 25,27 for actual CD website
if(schoolid == "UM"){
document.getElementById("header").style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/UM-Header.jpg) no-repeat top left";
document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/UM-Background.jpg) repeat-x top left";
document.getElementById("header-links").style.display = "none";
document.getElementById("home-link-other").style.display = "inline";
}
else{

  if(schoolid == "MS"){
  document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/MSU-Header.jpg) no-repeat left top";
  document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/MSU-Background.jpg) repeat-x";
  document.getElementById("header-links").style.display = "none";
  document.getElementById("home-link-other").style.display = "inline";
  }
  else{

    if(schoolid == "Fe"){
    document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/Ferris-Header.jpg) no-repeat left top";
	document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/Ferris-Background.jpg) repeat-x";
    document.getElementById("header-links").style.display = "none";
	document.getElementById("home-link-other").style.display = "inline";
	
	}
	else{

      if(schoolid == "GV"){
      document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/GVSU-Header.jpg) no-repeat left top";
	  document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/GVSU-Background.jpg) repeat-x";
      document.getElementById("header-links").style.display = "none";
	  document.getElementById("home-link-other").style.display = "inline";
	  
	  }
	  else{

        if(schoolid == "WM"){
        document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/Western-Header.jpg) no-repeat left top";
		document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/Western-Background.jpg) repeat-x";
        document.getElementById("header-links").style.display = "none";
		document.getElementById("home-link-other").style.display = "inline";
		}
		else{

          if(schoolid == "CM"){
          document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/Central-Header.jpg) no-repeat left top";
		  document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/Central-Background.jpg) repeat-x";
          document.getElementById("header-links").style.display = "none";
		  document.getElementById("home-link-other").style.display = "inline";
		  }
		  else{

            if(schoolid == "OU"){
            document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/Oakland-Header.jpg) no-repeat left top";
			document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/Oakland-Background.jpg) repeat-x";
            document.getElementById("header-links").style.display = "none";
			document.getElementById("home-link-other").style.display = "inline";
			
			}
			else{
				
				if(schoolid == "ND"){
            document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/ND-Header.jpg) no-repeat left top";
			document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/Notre-Dame-Background.jpg) repeat-x";
            document.getElementById("header-links").style.display = "none";
			document.getElementById("home-link-other").style.display = "inline";
			
			}
			else{
				
				if(schoolid == "OS"){
            document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/OSU-Header.jpg) no-repeat left top";
			document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/Ohio-State-Background.jpg) repeat-x";
            document.getElementById("header-links").style.display = "none";
			document.getElementById("home-link-other").style.display = "inline";
			
			}
			else{
				

              if(schoolid == "SV"){
              document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/SVSU-Header.jpg) no-repeat left top";
			  document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/SVSU-Background.jpg) repeat-x";
              document.getElementById("header-links").style.display = "none";
			  document.getElementById("home-link-other").style.display = "inline";
			  
			  }
			  else{
			  document.getElementById('header').style.background = "url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing/headers/sliced/white-bg.jpg) no-repeat left top";
			  document.getElementById("body").style.background = "#000000 url(https://www.campusden.com/v/vspfiles/templates/104/images/Template/landing//backgrounds/Home-Background.jpg) repeat-x center top";
			  document.getElementById("header-links").style.width = "984px";
			  document.getElementById("home-link-other").style.display = "none";
			  }
			}
		  }
		}
	  }
	}
  }
}
}
}}