<!-- // 
function call_alert(){
	if(confirm("あなたは医療関係者ですか？")){
		location.href="/scripts/auth/home/content.php";
	}else{
		location.href="/scripts/patients/home/content.php";
	}
}
// -->