function pass(checkform) {
    var word = checkform.secret.value;
    if (word == 'm.news') { location.href = 'hpkouhou9.htm' }
     else { location.href = 'index.htm' }
}