function ValidateComplete()
{
if (document.TheForm.Password.value=="")
alert("You must enter a password")
else
if (document.TheForm.Password.value != "AHC201")
alert("You have entered an invalid password.")
else
document.TheForm.submit();
return false;
}
document.bgColor="white";
Attendee Housing Login:
Enter your Housing Code in the box below to access online housing registration. Your Housing Code can be found in the Housing Brochure. The Housing Code is case-sensitive.