//        WARNING: This script is not totaly secure
  //  Script:       Password Protection
  //  Version:      1.0
  //  Last Updated: June 12th 1998
  //  Author:       Scott Brady
  //  Org:          HotSource HTML Help
  //  Email:        webmaster at sbrady dot com
  //  Website:      http://www.sbrady.com/hotsource/
  //  Copyright:    Original Code Copyright (c) Scott Brady 1998
  //  Use:          This script is free to be used and modified as 
  //                long as these credits remain intact.

var password = prompt("Enter your password","")

  if (password == "GoRaiders") {
	alert("Password accepted!  Loading page...")

	document.write("<p>This is the page that can only be accessed with a password.\r\n\r\n")
	document.write("<p>=======================================================================\n")
	document.write("<p>This page is for coaches to email coaches and officers of the Twin valley Football, Inc.\n")
	document.write("<p>=======================================================================\n")
	document.write("<p> The follow links are for football coaches\n")
	document.write("<p>To email the President of TVF <a href=\"mailto:TVFPresident@twinvalleyfootball.com?subject=Message for TVF President\">Click here</a>\r")
	document.write("<p>To email the head coach of the flag football team <a href=\"mailto:TVFHCFlag@twinvalleyfootball.com?subject=Message for Flag football Head coach\">Click here</a>\r")
	document.write("<p>To email the coachs of the flag football team <a href=\"mailto:TVFCFlag@twinvalleyfootball.com?subject=Message for all Flag football coaches\">Click here</a>\r")
	document.write("<p>To email the head coach of the Mighty Mites football team <a href=\"mailto:TVFHCMM@twinvalleyfootball.com?subject=Message for Mighty Mites football Head coach\">Click here</a>\r")
	document.write("<p>To email the coachs of the Mighty Mites football team <a href=\"mailto:TVFCMM@twinvalleyfootball.com?subject=Message for Mighty Mites football coaches\">Click here</a>\r")
	document.write("<p>To email the head coach of the Mites football team <a href=\"mailto:TVFHCMite@twinvalleyfootball.com?subject=Message for Mites football Head coach\">Click here</a>\r")
	document.write("<p>To email the coachs of the Mites football team <a href=\"mailto:TVFCMite@twinvalleyfootball.com?subject=Message for Mites football coaches\">Click here</a>\r")
	document.write("<p>To email the head coach of the Midget football team <a href=\"mailto:TVFHCMidg@twinvalleyfootball.com?subject=Message for Midgets football Head coach\">Click here</a>\r")
	document.write("<p>To email the coachs of the Midget football team <a href=\"mailto:TVFCMidg@twinvalleyfootball.com?subject=Message for Midgets football coaches\">Click here</a>\r")
	document.write("<p>=======================================================================\n")
	document.write("<p> The follow links are for cheerleading coaches\n")
	document.write("<p>To email the head coach of the flag cheerleading squad <a href=\"mailto:TVFHCFlagC@twinvalleyfootball.com?subject=Message for Flag Cheerleading Head coach\">Click here</a>\r")
	document.write("<p>To email the coachs of the flag cheerleading squad <a href=\"mailto:TVFCFlagC@twinvalleyfootball.com?subject=Message for Flag Cheerleading coaches and team mom\">Click here</a>\r")
	document.write("<p>To email the head coach of the Mighty Mites cheerleading squad <a href=\"mailto:TVFHCMMC@twinvalleyfootball.com?subject=Message for Mighty Mites Cheerleading Head coach\">Click here</a>\r")
	document.write("<p>To email the coachs of the Mighty Mites cheerleading squad <a href=\"mailto:TVFCMMC@twinvalleyfootball.com?subject=Message for Mighty Mites Cheerleading Head coach\">Click here</a>\r")
	document.write("<p>To email the head coach of the Mites cheerleading squad <a href=\"mailto:TVFHCMiteC@twinvalleyfootball.com?subject=Message for Mites Cheerleading Head coach\">Click here</a>\r")
	document.write("<p>To email the coachs of the Mites cheerleading squad <a href=\"mailto:TVFCMitesC@twinvalleyfootball.com?subject=Message for Mites Cheerleading coaches and team mom\">Click here</a>\r")
	document.write("<p>To email the head coach of the Midgets cheerleading squad <a href=\"mailto:TVFHCMidgC@twinvalleyfootball.com?subject=Message for Midgets Cheerleading Head coach\">Click here</a>\r")
	document.write("<p>To email the coachs of the Midgets cheerleading squad <a href=\"mailto:TVFCMidgC@twinvalleyfootball.com?subject=Message for Midgets Cheerleading coaches and team mom\">Click here</a>\r")
	

		document.write("<p>This is the page that can only be accessed with a password.\r\n\r\n")

  }

  else {
	alert("" +password+ " is an Invalid Password!  Access denied...")

	document.write("<p><strong>You have entered an invalid password.  Access to the ")
	document.write("document is denied.</strong></p>")
  }