<!--
var password = prompt("Enter the Password for the Private Team Area","Type password");
if (password == "2008")
{

} else {
alert("Incorrect Password: Contact Claire for the correct password.");
javascript:history.back()
}
-->

