function Logout() {
	if (confirm("Are you sure you want to logout?")) {
		window.location='/Member/Logout';
	}
}