//        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>To Cancel a football Practice click the appropriate link below and send the email.\n")
	document.write("<p>To Cancel Flag Practice <a href=\"mailto:CancelFlag@twinvalleyfootball.com?subject=Flag Practice Canceled\">Click here</a>\r")
	document.write("<p>To Cancel Mighty Mites Practice <a href=\"mailto:CancelMM@twinvalleyfootball.com?subject=Mighty Mites Practice Canceled\">Click here</a>\r")
	document.write("<p>To Cancel Mites Practice <a href=\"mailto:CancelMite@twinvalleyfootball.com?subject=Mites Practice Canceled\">Click here</a>\r")
	document.write("<p>To Cancel Midgets Practice <a href=\"mailto:CancelMidg@twinvalleyfootball.com?subject=Midgets Practice Canceled\">Click here</a>\r\n")
	document.write("<p>=======================================================================\r")
	document.write("<p>To Cancel football Games click the appropriate link below and send the email to all players and cheerleaders.\r")
	document.write("<p>To Cancel a Flag Game <a href=\"mailto:CancelFlag@twinvalleyfootball.com?subject=Flag Game Canceled&ccCancelFlagCh@twinvalleyfootball.com\">Click here</a>\r")
	document.write("<p>To Cancel a Mighty Mites Game <a href=\"mailto:CancelMM@twinvalleyfootball.com?subject=Mighty Mites Game Canceled&ccCancelFlagCh@twinvalleyfootball.com\">Click here</a>\r")
	document.write("<p>To Cancel a Mites Game <a href=\"mailto:CancelMite@twinvalleyfootball.com?subject=Mites Game Canceled&ccCancelFlagCh@twinvalleyfootball.com\">Click here</a>\r")
	document.write("<p>To Cancel a Midgets Game <a href=\"mailto:CancelMidg@twinvalleyfootball.com?subject=Midgets Game Canceled&ccCancelFlagCh@twinvalleyfootball.com\">Click here</a>\r")
	document.write("<p><a href=\"mailto:postmaster@twinvalleyfootball.com\">postmaster@twinvalleyfootball.com</a>\r\n\r\n")
	document.write("<p>=======================================================================\r")
	document.write("<p>To Cancel a Cheerleading Practice click the appropriate link below and send the email.\r")
	document.write("<p>To Cancel Flag Cheerleading Practice <a href=\"mailto:CancelFlagCh@twinvalleyfootball.com?subject=Flag Practice Canceled\">Click here</a>\r")
	document.write("<p>To Cancel Mighty Mites Cheerleading Practice <a href=\"mailto:CancelMMCh@twinvalleyfootball.com?subject=Mighty Mites Practice Canceled\">Click here</a>\r")
	document.write("<p>To Cancel Mites Cheerleading Practice <a href=\"mailto:CancelMiteCh@twinvalleyfootball.com?subject=Mites Practice Canceled\">Click here</a>\r")
	document.write("<p>To Cancel Midgets Cheerleading Practice <a href=\"mailto:CancelMidgCh@twinvalleyfootball.com?subject=Midgets Practice Canceled\">Click here</a>\r\n")
	document.write("<p>=======================================================================\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>")
  }