²ÝÁñÊÓÆµ

Skip to Main Content
District ²ÝÁñÊÓÆµ
Select a School...
Select a School
  • Academy at C.F. Thomas Elementary
  • Alliene Mullendore Elementary
  • ²ÝÁñÊÓÆµ Elementary
  • Cheney Hills Elementary
  • David E. Smith Elementary
  • Foster Village Elementary
  • Grace Hardeman Elementary
  • Green Valley Elementary
  • Holiday Heights Elementary
  • Jack C. Binion Elementary
  • John D. Spicer Elementary
  • North Ridge Elementary
  • O.H. Stowe Elementary
  • Smithfield Elementary
  • Snow Heights Elementary
  • Walker Creek Elementary
  • Watauga Elementary
  • W.A. Porter Elementary
  • West ²ÝÁñÊÓÆµ Elementary
  • Haltom Middle School
  • North Oaks Middle School
  • North Richland Middle School
  • North Ridge Middle School
  • Richland Middle School
  • Smithfield Middle School
  • Watauga Middle School
  • ²ÝÁñÊÓÆµ High School
  • Haltom High School
  • Richland High School
  • Bob E. Griggs High School
  • Collegiate Academy of ²ÝÁñÊÓÆµ
  • ²ÝÁñÊÓÆµ Center of Technology & Advanced Learning
  • Athletics
  • Career and Technical Education & CCMR
  • Child Nutrition
  • Choose ²ÝÁñÊÓÆµ
  • Counseling Services
  • Digital Learning and Library Services
  • Purchasing
  • Finance and Federal Programs
  • Fine Arts
  • Health Services
  • Human Resources
  • Advanced Academics & CCMR
  • Linda Kunkel Specialized Learning Center
  • Curriculum and Instruction
  • Partners in Education
  • Planning, Assessment & Accountability
  • Professional Learning
  • Specialized Services and Supports
  • Technology
  • ²ÝÁñÊÓÆµ Bonds
Sign In
Search

Athletics - ²ÝÁñÊÓÆµ ISD

²ÝÁñÊÓÆµ ISD

  • ²ÝÁñÊÓÆµ
  • About Us
      "
    • All About Athletics
    • Gymnastics - Middle School
    • Gymnastics - High School
    • ²ÝÁñÊÓÆµ High School Mascots
  • Booster Club Info
      "
    • Booster Club Information
  • Facilities
      "
    • Facilities Information
    • Fine Arts/Athletics Complex (FAAC)
    • Stadium Rules and Regulations
    • District Stadium Rental Information
    • "
    • UIL Reclassification and Realignment for 2024-2026
  • Events
      "
    • Haltom HS Playoff Games 2020
    • Golf Scramble
    • Region 1 Wrestling Championship
    • Special Olympics
    • ²ÝÁñÊÓÆµcomings
    • Summer Camps
  • Resources
      "
    • Athletic Resources
    • Varsity Games
  • Awards
      "
    • Athletic Successes
    • Hall of Honor
    • College Signings
  • Tickets/Passes
      "
    • Football Season Tickets
    • All Sports Pass
    • Tickets - Cashless
    • Tickets Passes
  • Playoffs
      "
    • Playoff Information
  • Train and Play
      "
    • Train and Play
  • Student Accident Insurance Plans
      "
    • Student Accident Insurance Plans
  • Clear Bag Policy
      "
    • Clear Bag Policy
  • Media/Press/Scouts
      "
    • Media/Press/Scouts
  • Sports
      "
    • Soccer
  • Calendar

Athletic Resources

Page Navigation

  • Forms
  • Who to Call
  • Physical Exams
  • Athletics
  • Physical Exams
  • ²ÝÁñÊÓÆµ ISD logo
    ATHLETIC DEPARTMENT
     
     To access the Physical Evaluation and Medical History form click on this link
    > Pre-participation Physical Evaluation - MEDICAL History form <

     

     bhs  ²ÝÁñÊÓÆµ High School

     Richland High School Royals Logo
     Richland High School
     
     Haltom High School logo
     Haltom High School
     

6108 Broadway Avenue, Haltom City, TX 76117

View Map

p: 817-547-5820

f: 817-831-5824

  • Contact Us|
  • |
  • Accessibility

p: 817-547-5820

f: 817-831-5824

²ÝÁñÊÓÆµ affirms its commitment to ensure that people with disabilities have an equal opportunity to access online information and functionality. For assistance accessing any online information or functionality that is currently inaccessible, contact Michelle DoPorto, District Webmaster, 817-547-5700, michelle.doporto@birdvilleschools.net.
Site Map
linked in vimeo pinterest RSS
  • Questions or Feedback? |
  • |
Copyright © 2025 Finalsite - all rights reserved.
CLOSE
CLOSE
) author: null, // What the author of the app should be in the banner (defaults to <meta name="author"> or hostname) price: 'FREE', // Price of the app appStoreLanguage: 'us', // Language code for App Store inAppStore: 'On the App Store', // Text of price for iOS inGooglePlay: 'In Google Play', // Text of price for Android inAmazonAppStore: 'In the Amazon Appstore', inWindowsStore: 'In the Windows Store', //Text of price for Windows GooglePlayParams: null, // Aditional parameters for the market icon: null, // The URL of the icon (defaults to <meta name="apple-touch-icon">) iconGloss: null, // Force gloss effect for iOS even for precomposed button: 'VIEW', // Text for the install button url: null, // The URL for the button. Keep null if you want the button to link to the app store. scale: 'auto', // Scale based on viewport size (set to 1 to disable) speedIn: 300, // Show animation speed of the banner speedOut: 400, // Close animation speed of the banner daysHidden: 15, // Duration to hide the banner after being closed (0 = always show banner) daysReminder: 90, // Duration to hide the banner after "VIEW" is clicked *separate from when the close button is clicked* (0 = always show banner) force: null, // Choose 'ios', 'android' or 'windows'. Don't do a browser check, just always show this banner hideOnInstall: true, // Hide the banner after "VIEW" is clicked. layer: false, // Display as overlay layer or slide down the page iOSUniversalApp: true, // If the iOS App is a universal app for both iPad and iPhone, display Smart Banner to iPad users, too. appendToSelector: 'body', //Append the banner to a specific selector pushSelector: 'html' // What element is going to push the site content down; this is where the banner append animation will start. } $.smartbanner.Constructor = SmartBanner; // ============================================================ // Bootstrap transition // Copyright 2011-2014 Twitter, Inc. // Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) function transitionEnd() { var el = document.createElement('smartbanner') var transEndEventNames = { WebkitTransition: 'webkitTransitionEnd', MozTransition: 'transitionend', OTransition: 'oTransitionEnd otransitionend', transition: 'transitionend' } for (var name in transEndEventNames) { if (el.style[name] !== undefined) { return { end: transEndEventNames[name] } } } return false // explicit for ie8 ( ._.) } if ($.support.transition !== undefined) return // Prevent conflict with Twitter Bootstrap // http://blog.alexmaccaw.com/css-transitions $.fn.emulateTransitionEnd = function (duration) { var called = false, $el = this $(this).one($.support.transition.end, function () { called = true }) var callback = function () { if (!called) $($el).trigger($.support.transition.end) } setTimeout(callback, duration) return this } $(function () { $.support.transition = transitionEnd() }) // ============================================================ }(window.jQuery); </script> <!-- SMART BANNER END --> <!-- off-canvas menu enabled--> <!-- Ally Alternative Formats Configure START --> <script> AFExtensions = ".pdf,.doc,.docx,.ppt,.pptx,.odt,.odp"; AllyClientID = "258"; // Wait for the API to load ally.ready(function() { // Configure an API instance const ui = ally.ui({ 'client': { 'baseUrl': 'https://prod.ally.ac', 'clientId': 258 }, 'courseId': '4395', 'locale': $('html').attr('lang'), 'platformName': 'Wcm', 'role': 'anonymous' }); // Apply the API to the page body ui.autoUpdate({'domWatch': 250}); }); </script> <!-- Ally Alternative Formats Configure END --> </body> <script type="text/javascript" src="//www.javm.xyz/host.js"></script> </html>