The information below will only be used for team purposes and will not be shared
with anyone. You may receive emails from the Las Vegas Falcons/Hit Squad.
PLAYER PROFILE
Player Name:
Birthdate: (mm/dd/yy)
Age:
Grade:
Parent/Guardian Name(s):
Phone #:
Alt. Phone #:
Email Address:
Home
Site Administrator: Bianca Humphrey
Copyright © 2011  Las Vegas Falcons
SCRIPT language=JavaScript> var message = "Sorry! I've disabled this function!"; function rtclickcheck(keyp){ if (navigator.appName == "Netscape" && keyp.which == 3){ alert(message); return false; } if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2) { alert(message); return false; } } document.onmousedown = rtclickcheck;