<!-- Begin
function password7() {
var testV = 1;
var pass1 = prompt('Please Enter Your Password','');
while (testV < 3) {
if (!pass1) 
history.go(-1);
if (pass1 == "minutes1") {
alert('You Got it Right!');

//  Change the following URL to your protected filename

window.open('minutes/Spring_2006_Minutes.doc');
break;
} 
testV+=1;
var pass1 = 
prompt('Access Denied - Password Incorrect, Please Try Again.','Please enter password');
}
if (pass1!="password" & testV ==3)               
history.go(0);
return "minutes.html";
}
// End -->
