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";}
	}