/*

The nospam was from another site.  I figured the rest out.

*/

function noSpam(user,domain) {
locationstring = "mailto:" + user + "@" + domain; window.location = locationstring;
}


function choirsecret(form) {
if (form.id.value=="choirsecret") { 
if (form.pass.value=="chalice") {              
location="choirprivate.html" 
} else {
alert("You entered an invalid password.")
}
} else {  alert("You entered an invalid UserID.")
}
}
