  function fblogin() {
	FB.login(function(response) {
	}, {perms : 'email'});
  }
