// JavaScript Document


//check the password 
function SubmitCheck(){
	    	if(document.password.pword.value !== "avast"){
                        alert("Cap'n Shank says: 'Aaargh! Reveal the hidden password to get to the booty!'");
                        return false;
            	}
}