function userLogout() {
	ajaxStart();
	UserLoginStatus_obj.logout(function(result) { if (result != null) location.href = result; });
}
