function checkUC()
	{
	if (siteMsg == 1){
		//alert("Our website will be shutting down for an important update. \n Our site will be down at: " + TimeDown + ".  \n We will resume normal operations at: " + TimeUp + ". \n\n Thank you for your patience.");
		document.getElementById('divMessage').style.display = 'inline';
		document.getElementById('divMessage').style.visibility = 'visible';
		}
	if (siteMaint == 1){
	    window.location.href = "default_uc.aspx";
	}
	if (SitePharmMaint == 1) {
	    if (document.getElementById('divPharmDown')) {
	        document.getElementById('divPharmDown').style.display = 'inline';
	        document.getElementById('divPharmDown').style.visibility = 'visible';
	        document.getElementById('divPharmUp').style.display = 'none';
	        document.getElementById('divPharmUp').style.visibility = 'hidden'
	        
	        
	    }
	}
}
	