function passWord3() {
var password = "doubleplay"
var x = prompt("Enter in the password "," ")
if (x.toLowerCase() == password) {
alert("Welcome to the BSAA Coaches Area")
location = "http://www.bsaainc.org/coach.html"
}

else {
location = "http://www.bsaainc.org/error.html"
}//-->
}
