
function logout() {
	if (confirm("ログアウトしますか？")) {
		location.href = "./logout.php";
	}
}
