﻿function golostpass() {
  window.location = "olvidosuclave.aspx";
}

function goregister() {
  window.location = "registro.aspx";
}

function afterlogin() {
  alert('login');
}
