function loadPage(a){document.formLogin.email.focus();CurrentLang=a}function verifyNewTracker(){var a=document.formNewUser.email;if(a.value.length<=4){if(CurrentLang=="e"){window.alert("Type your email")}else{window.alert("Digite o seu email")}a.focus();return false}if(a.value.search(/uol.com/i)!=-1){if(CurrentLang=="e"){window.alert("UOL anti spam doesn't allow your email authentication.\r\nPlease, use another email.")}else{window.alert("O anti-spam da UOL não permite a autenticação da sua conta.\r\nPor favor, utilize um e-mail de outro provedor.")}a.focus();return false}return true}function verifyLogin(){with(document.formLogin){if(email.value==""){if(CurrentLang=="e"){window.alert("Type your email")}else{window.alert("Preencha o seu email")}email.focus();return false}if(pass.value==""){if(CurrentLang=="e"){window.alert("Type your password")}else{window.alert("Preencha sua senha")}pass.focus();return false}}}function forgotPass(){with(document.formNewUser){if(email.value==""){if(CurrentLang=="e"){window.alert("Type your e-mail to recover your password.")}else{window.alert("Para recuperar a sua senha, digite o seu email no campo especificado.")}email.focus()}else{window.location="newpsw.php?email="+email.value+"&lang="+CurrentLang}}}var CurrentLang=""
