var pw=prompt("Enter The Password That Was Given To You By The Original Bottlecap Lure Company in the text box.")
//enter your password //where it says enter //your password here. //leave the quotes
if (pw == "20distrib06") {
alert("The Original Bottle Cap Lure Company would like to thank you for your continued patronage.")
}
//below where it says
//adressofwrongpage
//enter the url you want //them to be directed to
//if they enter an
//incorect p-word
if (pw != "20distrib06") {
document.location="http://www.bottlecaplure.com/wrongpassword.php"
}