//alert("the password is ___")
//we will first ask the user if he wold like to countinue into this restricted area
var p=confirm("this site is pass word protected,do you still want to enter?")
if(p){ 
var ans="Gary"
var pass=prompt("What is your password?")
if(pass!==ans)
{
alert("wrong you will now be transfered")
window.location="http://www.andersonconnection.org"
}else{alert("correct");}
}else{window.location="http://www.andersonconnection.org/report28/wc01/Everett_Whitney.htm"}


