function mlkEnviaSessaoASPX2ASP() { var url, xmlRequest;url = 'http://www.areadocomerciante.dgae.gov.pt/wwwbase/wwwinclude/sessaoASP.asp';if (window.XMLHttpRequest) {xmlRequest = new XMLHttpRequest();xmlRequest.open('POST', url, true);xmlRequest.setRequestHeader("MLKSESSAO", "VID_SEGURANCA__s2_k_UID__s2_k_USERNAME__sVisitante_k_URL__shttp%3a%2f%2fwww.areadocomerciante.dgae.gov.pt_k_USER_REFRESH__s1");xmlRequest.send(''); } else if (window.ActiveXObject) {xmlRequest = new ActiveXObject('Microsoft.XMLHTTP');xmlRequest.open('POST', url, true);xmlRequest.setRequestHeader("MLKSESSAO", "VID_SEGURANCA__s2_k_UID__s2_k_USERNAME__sVisitante_k_URL__shttp%3a%2f%2fwww.areadocomerciante.dgae.gov.pt_k_USER_REFRESH__s1");xmlRequest.send(); } else {alert('O seu browser não suporta algumas funcionalidades, por favor, contacte o seu administrador de sistema');}} mlkEnviaSessaoASPX2ASP();self.location.href = 'http://www.areadocomerciante.dgae.gov.pt'