

<!-- Beginning of JavaScript -

function password() {


Ret = prompt('Please Enter Password',"");
if(Ret=="goodgrief!") {

location = 'yahogo_dir.html';

} else {

alert("Please try again")

} 

}
// - End of JavaScript - -->

