<!--

var password = prompt("請輸入密碼:", "")
if (password =="hdtkd") {
(confirm("密碼正確"))
location.href="http://hondotkd.com/members.html";
}
else{ alert("對不起，密碼錯誤！");
history.back();
location.href="news.html";
}

//-->
