function onEsqueciMinhaSenha() {
    document.getElementById('FLogin').action='http://www.ninui.com/lembrar_senha.php';
    document.getElementById('FLogin').submit();
}

