function check() {
	if (document.formCadastro.EMAIL) document.formCadastro.EMAIL.focus()
}

window.onload = check
