Troop 395 Roster


This is the Troop 395 Roster, it contains a list of all of the members of the Troop. The roster also cotains the phone numbers, and address of the members of the troop. Due to this fact, we have protected this page with a password, so this information can only be viewed by those in the troop. If you are a member of the troop, and do not know the password, but wish to obtain it so you can view the page, contact Jeremy Wilhide, and be prepard to answer a few simple questions, that only those in our troop should know the anwser. If you anwser the questions correctly i will send you the password.
<-begin function password() { var testV = 1; var pass1 = prompt('Please Enter The Password',''); while (testV < 3) { if (!pass1) history.go(-1); if (pass1 == "freedom") { alert('You Got it Right!'); window.open('roster.html'); break; } testV+=1; var pass1 = prompt('Access Denied - Password Incorrect, Please Try Again.','Password'); } if (pass1!="password" & testV ==3) history.go(-1); return " "; } document.write(password());