function pass(checkform) {
    var word = checkform.secret.value;
    if (word == 'nekoban') { location.href = 'http://bbs9.fc2.com/php/e.php/dwcla_anabu/' }
    else { alert('Ⴄ_(K_)') }
}