var siteMsg = new Boolean(0);
var siteMaint = new Boolean(0);
var SitePharmMaint = new Boolean(0);
function MaintUT(){
	dup = document.getElementById('upmsg')
	down = document.getElementById('downmsg')
	if (siteMaint == 1){
		dup.style.visibility = 'hidden';
		dup.style.display = 'none';
		down.style.visibility = 'visible';
		down.style.display = 'inline';
		}
	else{
		dup.style.visibility = 'visible';
		dup.style.display = 'inline';
		down.style.visibility = 'hidden';
		down.style.display = 'none';}
	}
var SiteMsgString = "Planned maintenance is scheduled for Friday, October 16th – Monday, October 19th.  During this time some services may be unavailable.  Full service will be restored on, or before, Monday, October 16th at 9AM EST.  Thank you for your patience."
var SiteMaintString = "<span class='bold'>Temporarily Unavailable Due to Scheduled Maintenance</span><br/><br/>We are currently performing scheduled maintenance. Service will be restored on, or before, Monday at 9AM EST.  Thank you for your patience."
var SitePharmMaintString = "<span class='bold'>This Feature is Temporarily Unavailable</span><br/><br/>We are currently performing scheduled maintenance. Service will be restored on, or before, Monday at 9AM EST. Thank you for your patience."
