// Javascript
function removeOption(checkChar) 
{
    if (document.getElementById("MSO_PageHashCode"))
	{
        document.getElementById("MSO_PageHashCode").value="";
    }
    if(window.location.host!="www.cm-oeiras.pt")
    { 
        document.getElementById("CustomWelcomeControl").style.display = 'block'; 
    } 
}
