function login() {	
  var form = document.getElementById('loginForm');
  form.action="member.html";
  form.submit();
}