﻿function CheckIt() {
var cPassword = document.forms[0].password.value;
var cNextPage = "19572007.html";

if (cPassword == "19572007" ||
cPassword == "nccfando110") {
document.location.href = cNextPage;
} else {
alert('Password incorrect. If you are registered but have not yet been issued a password, contact JooHong@ncccusa.org at the NCC office in New York');
}
}