<?php $__env->startSection('page_title'); ?>
    OSAA - <?php echo ucfirst(strtolower($for)); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Information and Resources for <?php echo ucfirst(strtolower($for)); ?>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('scripts'); ?>
    @parent

    <style type="text/css">
        h3 {
            color: #990000 !important;
        }

        .course_item {
            margin-bottom: 1.5em;
        }

        .course_item img {
            width: 80px;
            float: left;
            margin: 0 10px 0 0;
        }

        .course_item .course_title {
            font-weight: bold;
            font-size: 12pt;
        }

        .course_item .course_when {
            font-style: italic;
            font-size: 9pt;            
        }

        .course_item .course_link {
            
        }    

        .course_item .course_name {
            font-size: 9pt;
        }

        ol li {
            margin-bottom: 1em;
        }

    </style>

<?php $__env->stopSection(); ?>

<?php $__env->startSection('jquery_init'); ?>

  	$('.button').button();

  	$('.tabs').tabs();

    $('.tab_button')
        .button()
        .css({'font-size' : '12pt',
              'height' : '4.5em',
              'width' : '150px',
              'padding-top' : '1em',
              'margin-right' : '40px'})
        .click(function(event)
        {
            event.preventDefault();

            var target = $(this).attr('data-goto-index');
            $('.tabs').tabs('option', 'active', target);
        });

    /* On page load, focus tab on target audience (ADs or Coaches) */
    var people = <?php echo (Helpers::strEqual($for, 'administrators')) ? 0 : 1; ?>;
    var anchor = window.location.hash.substring(1);

    if (anchor)
    {
        $('.tabs').tabs('option', 'active', anchor);        
        setTimeout(function() {
            window.scrollTo(0, 0);
        }, 1);
    }
    else
    {
        $('.tabs').tabs('option', 'active', people);
    }      

<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_functions'); ?>
	
<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    
  
  <div class="tabs awards">
      <ul style="padding-left:5px; font-size:9pt;">            
          <li><a href="#administrators">Administrators</a></li>
          <li><a href="#coaches">Coaches</a></li>
          <li><a href="#requirements">AD/Coach Requirements</a></li>
          <li><a href="#policies">Policies, Forms, &amp; Links</a></li>
          <li><a href="#eligibility">Eligibility</a></li>          
          <li><a href="#resources">Additional Resources</a></li>
      </ul>
      

      <?php /*  Administrators  */ ?>
      <div id="administrators">
          <a href="http://www.oadaonline.org/" style="float: right; text-align: center; border: none; margin: 1em 1.5em;">
              <img src="<?php echo asset('images/icons/oada.jpg'); ?>" height="50px" border="0" /><br/>
              Oregon Athletic<br>Directors Association
          </a>

          <h1>Administrators</h1>
          The OSAA values its relationship with administrators and support staffs of our member schools.  Your leadership allows the Association to function efficiently and effectively in enriching the educational experiences of more than 130,000 high school students annually throughout Oregon. We hope you'll find what you need at www.osaa.org to assist you in achieving our common educational goals. We encourage you to contact the OSAA staff directly if you have questions or need further clarification on a specific policy.

          <br /><br />
          
          <h2>AD Checklists</h2>
          <div style="margin-left: 40px; line-height: 1.25em;">
              &raquo; <a href="<?php echo asset ('docs/osaainfo/adchecklistfall.pdf'); ?>" target="_blank">AD Checklist (Fall)</a>&nbsp;&nbsp;|&nbsp;&nbsp;&raquo; <a href="<?php echo asset ('docs/osaainfo/adchecklistwinter.pdf'); ?>" target="_blank">AD Checklist (Winter)</a>&nbsp;&nbsp;|&nbsp;&nbsp;&raquo; <a href="<?php echo asset ('docs/osaainfo/adchecklistspring.pdf'); ?>" target="_blank">AD Checklist (Spring)</a>
          </div>
    

          <br /><br />


          <h2>Professional Organizations for Administrators</h2>
          The OSAA has relationships with several professional organizations that work closely with school administrators.  Follow the links below for additional information.
          
          <div style="margin-left: 40px; line-height: 1.25em;">
              &raquo; <a href="http://www.oadaonline.org/" target="_blank">Oregon Athletic Directors Association (OADA)</a><br />
              &raquo; <a href="http://www.niaaa.org/about-the-niaaa/" target="_blank">National Interscholastic Athletic Administrators Association (NIAAA)</a><br />
              &raquo; <a href="http://www.cosa.k12.or.us/" target="_blank">Confederation of Oregon School Administrators (COSA)</a><br />
              &raquo; <a href="http://nassp.org/" target="_blank">National Association of Secondary School Principals (NASSP)</a><br />
              &raquo; <a href="http://www.nfhs.org/" target="_blank">National Federation of State High School Associations (NFHS)</a><br />     
  
          </div>

          <br /><br />

          <h2>2016-17 Administrator Workshops</h2>
          The OSAA will be presenting its Administrator Workshops to familiarize representatives from the member schools with the services, policies, procedures, rules and interpretations of the Association in August 2016. We would also like to invite all Assistant Athletic Directors and Athletic Director Secretaries to join us for the trainings.
          <br /><br />
          Each full member school shall ensure that at least one representative participate in one of the annual Administrator Workshops presented by OSAA staff.  Roll shall be taken at the Workshops to confirm compliance with this policy.
          <br /><br />
          <div style="margin-left: 40px; line-height: 1.25em;">
              &raquo; <a href="<?php echo asset('docs/broadcast/16-17AdministratorWorkshopMemo.pdf'); ?>" target="_blank">2016-17 OSAA Administrator Workshops Information</a>
          </div>


      </div>


      <?php /*  Coaches  */ ?>
      <div id="coaches">
          <a href="http://www.oregoncoach.org/" style="float: right; text-align: center; border: none; margin: 1em 1.5em;">
              <img src="<?php echo asset('images/icons/oaca.jpg'); ?>" height="50px" border="0" /><br/>
              Oregon Athletic<br>Coaches Association
          </a>

          <h1>Coaches</h1>
          School coaches are tremendously important educators who have the opportunity to make lasting impressions on students as they learn 
          lifelong lessons through participation in activities. Thank you for your efforts in developing your students. We hope you'll find this page helpful in reaching your goals.

          <br /><br />
          
          <h2>Professional Organizations for Coaches</h2>
          The OSAA works closely with several professional organizations that provide excellent resources for high school coaches.  Follow the links below for additional information.
          
          <div style="margin-left: 40px; line-height: 1.25em;">
              &raquo; <a href="http://www.nfhs.org/" target="_blank">National Federation of State High School Associations (NFHS)</a><br />
              &raquo; <a href="http://www.oregoncoach.org/" target="_blank">Oregon Athletic Coaches Association (OACA)</a><br />
              &raquo; <a href="http://www.occa.net/" target="_blank">Oregon Cheerleading Coaches Association (OCCA)</a><br />
              &raquo; <a href="http://www.ddcaoregon.org/" target="_blank">Dance Drill Coaches Association (DDCA) </a><br />
              &raquo; <a href="http://www.speechoregon.org/" target="_blank">Oregon High School Speech League Coaches Association (OHSSL)</a>              
          </div>

          <br />
          
      </div>

      <?php /*  Coaching Requirements  */ ?>
      <div id="requirements">

        <h1>AD and Coach Requirements</h1>

        <div class="columns">
            <div class="half">
                This page highlights the certification and training program requirements for Oregon high school Athletic Directors and Coaches.  Full details on AD and Coach certification requirements can be found in the <a href="<?php echo url('governance/handbooks/osaa#_Toc45434541'); ?>" target="_blank">OSAA Handbook</a>.

                <br /><br />
        
                For athletics (football, volleyball, soccer, cross country, basketball, swimming, wrestling, baseball, softball, track &amp; field, golf, and tennis), coaches must complete required certifications before interacting with participants during that sport's season.

                <br /><br />

                Cheerleading and dance/drill coaches must complete required certifications by the first day of the association year (the first practice date in the fall).
            </div>
            <div class="half">
                <h2 style="padding-top: 0; margin-top: 0;">Lookup a Certification</h2> 
                <b>Certified through NFHS <u>after August 1, 2007</u></b><br />
                <div style="margin-left: 40px;">
                    &raquo; <a href="http://nfhslearn.com/lookup/users" target="_blank">NFHS Learning Center Lookup</a>
                </div>
                <br />
                <b>NFHS Fundamentals of Coaching certified through ASEP <u>prior to August 1, 2007</u> (Sorted by last name)</b><br />
                <div style="margin-left: 40px;">
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/ASEPCertifiedCoachesList.pdf'); ?>" target="_blank">ASEP Certified List</a><br />
                    <div class="small gray" style="line-height: 1.15em;">NOTE: All ASEP-certified coaches will be grandfathered into the OSAA requirement for the NFHS Fundamentals of Coaching course, these previously certified coaches are <b>not required</b> to take the NFHS Fundamentals of Coaching course.</div>
                </div>
                <br />
                <b>ODE Steroid List of Completed Assessments</b>
                <div style="margin-left: 40px;">
                    &raquo; <a href="<?php echo url('/steroids'); ?>" target="_blank">ODE Training and Assessment</a>
                </div>
            </div>

            <br class="clear" />
        </div>            

        <br />

        <h2>Required Certification/Training for Oregon High School Coaches</h2>

        <div class="columns">
            <div class="half">
                
                <div class="course_item">
                    <img src="<?php echo asset('/images/icons/badges/fundamentals_128px.png'); ?>" alt="" title="" />
                    <div class="course_title">NFHS Fundamentals of Coaching</div>
                    <div class="course_when">One time requirement</div><br />
                    <div class="course_name">"NFHS Fundamentals of Coaching" - $50</div>
                    <div class="course_link">
                        &raquo; <a href="http://nfhslearn.com/courses/61026/fundamentals-of-coaching" target="_blank">NFHS Online Course</a>
                    </div>                    
                </div>

                <div class="course_item">
                    <img src="<?php echo asset('/images/icons/badges/concussion_128px.png'); ?>" alt="" title="" />
                    <div class="course_title">Concussion Recognition and Management Training</div>
                    <div class="course_when">Annual - required every year</div>
                    <div class="course_name">"NFHS Concussion in Sports" - free</div>
                    <div class="course_link">
                        &raquo; <a href="http://nfhslearn.com/courses/61037/concussion-in-sports" target="_blank">NFHS Online Course</a>
                    </div>                    
                </div>

                <div class="course_item">
                    <img src="<?php echo asset('/images/icons/badges/heat_128px.png'); ?>" alt="" title="" />
                    <div class="course_title">NFHS Heat Illness Prevention</div>
                    <div class="course_when">Biennial - required every 2 years</div><br />
                    <div class="course_name">"NFHS Heat Illness Prevention" - free</div>
                    <div class="course_link">
                        &raquo; <a href="http://nfhslearn.com/courses/34000/heat-illness-prevention" target="_blank">NFHS Online Course</a>
                    </div>                    
                </div>

                <div class="course_item">
                    <img src="<?php echo asset('/images/icons/badges/steroids_128px.png'); ?>" alt="" title="" />
                    <div class="course_title">Anabolic Steroids and Performance-Enhancing Substances Training</div>
                    <div class="course_when">Quadrennial - required every 4 years</div><br />                    
                    <div class="course_link">
                        &raquo; <a href="<?php echo url('steroids'); ?>" target="_blank">ODE Training and Assessment</a>
                    </div>                    
                </div>

            </div>

            <div class="half">                

                <div class="course_item">
                    <img src="<?php echo asset('/images/icons/badges/spirit_128px.png'); ?>" alt="" title="" />
                    <div class="course_title">OSAA Spirit Safety Clinic</div>
                    <div class="course_when">Annual - required every year (only for cheerleading &amp; dance/drill coaches)</div>
                    <div class="course_name">OSAA in-person clinic - free, registration required</div>
                    <div class="course_link">
                        &raquo; <a href="<?php echo url('/activities/che/information'); ?>" target="_blank">Cheerleading</a>&nbsp;&nbsp;|&nbsp;&nbsp;&raquo; <a href="<?php echo url('/activities/dnc/information'); ?>" target="_blank">Dance/Drill</a>
                    </div>                    
                </div>

                <div class="course_item">
                    <img src="<?php echo asset('/images/icons/badges/heads_up_128px.png'); ?>" alt="" title="" />
                    <div class="course_title">Heads Up Football Certification</div>
                    <div class="course_when">Annual - required every year (only for football coaches)</div><br />
                    <div class="course_name">"Blocking, Tackling &amp; Equipment Fitting" - $10</div>
                    <div class="course_link">
                        &raquo; <a href="http://nfhslearn.com/courses/61052/blocking-tackling-equipment-fitting" target="_blank">NFHS Online Course</a>
                    </div>                    
                </div>

                <div class="course_item">
                    <img src="<?php echo asset('/images/icons/badges/first_aid_128px.png'); ?>" alt="" title="" />
                    <div class="course_title">First Aid / CPR / AED Training</div>
                    <div class="course_when">Optional - per district/school policy</div><br />
                    <div class="course_name">Not an OSAA or state requirement</div>
                </div>

                <br /><br />

                <a href="http://www.nfhslearn.com" target="_blank">
                    <img src="<?php echo asset('images/icons/NFHSlearningcenter.jpg'); ?>" height="42px" border="0" />
                </a>
                <div class="small gray">Visit the NFHS Learning Center for additional online courses.</div>
            
            </div>

            <br class="clear" />            

            <h2>Online Training Course Help</h2>
            <a href="http://nfhslearn.com/help_desk" target="_blank">Answers to common NFHS online course questions, logins, etc.</a>

            <br /><br />

            <h2>Frequently Asked Questions</h2>
            <div style="font-size: 9pt;">
                <b>Q. Does certification through the American Sport Education Program (ASEP) satisfy the one time requirement for NFHS Fundamentals of Coaching?</b><br />
                A. Yes, so long as the athletic director or coach was certified through ASEP prior to August 1, 2007.  Thereafter, only the NFHS Coach Education Program "Fundamentals of Coaching" will satisfy this requirement unless an exception is granted in writing by the OSAA.
                
                <br /><br >

                <b>Q. When must a coach be certified?</b><br />
                A. All coaches must be certified prior to assuming coaching duties unless an emergency exception is authorized in writing by the OSAA.  This includes cheerleading coaches, dance/drill coaches, and choreographers at schools that do not participate in competitions.
            
                <br /><br />

                <b>Q. Is certification required of volunteer coaches?</b><br />
                A. Yes.
           
                <br /><br />

                <b>Q. Must a "guest" coach be certified?</b><br />
                A. No, but if the coach has contact with students more than three times in a sport season, the coach shall no longer be considered a "guest" and must be certified.  A non-certified "guest" coach may not serve as a coach at a contest.
            
                <br /><br />

                <b>Q.  May a school bring in alumni or other non-high school personnel to scrimmage with teams or individuals as "guest coaches" if those personnel are limited to student contact on no more than three occasions during the sport season?</b><br />
                A. No. The "guest coach" exception is intended to allow a limited number of visits by a guest instructor; it is NOT intended to allow coaches to bring in coaches or players to participate in drills or scrimmages against teams or individuals.  Any attempt to circumvent the Participation Limitations by calling practice participants "guest coaches" would be a violation of OSAA rules.
            
                <br /><br />

                <b>Q. In individual sports, may a parent or non-certified coach accompany a participant to a contest as the school representative if that person is an authorized representative of the principal?</b><br />
                A. Yes, but the authorized representative may not coach the participant unless specific permission has been granted in writing by the Executive Director.
            
                <br /><br />

                <b>Q. Does the OSAA require high school coaches to have current first aid certification?</b><br />
                A. No.  However, coaches should check with their athletic directors as most high schools have this as a requirement.
            </div>

        </div>        

    </div>

    
    <?php /*  Policies, Forms, & Links  */ ?>
    <div id="policies">            

        <h1>OSAA Policies, Forms, and Links</h1>
        OSAA policies and forms can be found by using the <b>Governance</b> navigational bar at the top of every OSAA webpage.  Most of the questions we receive from <?php echo $for; ?> are on the following topics.

        <br /><br />

        <h2>Policies</h2>
        <div style="margin-left: 40px; line-height: 1.25em;">            
            <div class="columns">
                <div class="half">
                    &raquo; <a href="<?php echo url('governance/handbooks'); ?>" target="_blank">OSAA Handbooks</a><br />                        
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/coachescodeofethics.pdf'); ?>" target="_blank">OSAA Coaches Code of Ethics</a><br />            
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096926'); ?>" target="_blank">Ejection Policies</a><br />
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096976'); ?>" target="_blank">Practice Model</a><br />
                    &raquo; <a href="/heat-index" target="_blank">Heat Index Calculator and Subscription Alerts</a><br />
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096953'); ?>" target="_blank">Moratorium Week</a><br />
                </div>
                <div class="half">
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426097045'); ?>" target="_blank">Participation Limitations by Sport</a><br />
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096975'); ?>" target="_blank">Practice Limitation Rule (Rule of Two)</a><br />
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/SportsmanshipSpectatorConduct.pdf'); ?>" target="_blank">Spectator Conduct Policies</a><br />
                    &raquo; <a href="<?php echo asset ('docs/forms/SanctioningRequestProcedures.pdf'); ?>" target="_blank">NFHS Sanctioning Request Procedures (Non-Bordering States)</a><br />
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096909'); ?>" target="_blank">Charitable Causes Policy</a><br />
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096916'); ?>" target="_blank">Concussion Management Policy</a>
                </div>
            </div>

            <br class="clear" />
        </div>

        <br />

        <h2>Forms</h2>
        For a complete list of OSAA forms:
        <div style="margin-left: 40px; line-height: 1.25em;">                        
            &raquo; <a href="<?php echo url('governance/forms'); ?>">OSAA Forms</a><br />            
        </div>

        <br />

        <h2>Links</h2>
        <div style="margin-left: 40px; line-height: 1.25em;">            
            <div class="columns">
                <div class="half">
                    &raquo; <a href="<?php echo url('governance/handbooks'); ?>" target="_blank">OSAA Handbooks</a><br />
                    &raquo; <a href="<?php echo url('governance/forms'); ?>" target="_blank">OSAA Forms</a><br />                        
          	        &raquo; <a href="<?php echo url('/forms/ejection'); ?>" target="_blank">Online Ejection Report</a><br />
        	          &raquo; <a href="<?php echo url('/forms/eligibility'); ?>" target="_blank">Online Student Eligibility Form</a><br />
                    &raquo; <a href="<?php echo url('about'); ?>">About the OSAA</a><br />
                    &raquo; <a href="<?php echo url('contact'); ?>">Contact Information</a><br />
                    &raquo; <a href="<?php echo url('privacy'); ?>">Privacy Policy</a><br />
                    &raquo; <a href="<?php echo url('weekly'); ?> ">OSAA Weekly (Newsletter)</a><br />
                </div>

                <div class="half">
                    &raquo; <a href="<?php echo url('classifieds'); ?>">Classifieds</a><br />
                    &raquo; <a href="<?php echo url('archives'); ?>">Records/Archives</a><br />
                    &raquo; <a href="http://www.osaafoundation.org" target="_blank">OSAA Foundation</a><br />
                    &raquo; <a href="<?php echo url('health-safety'); ?>">Health &amp; Safety</a><br />
                    &raquo; <a href="<?php echo url('/mobile'); ?>">OSAA Mobile</a><br />
                    &raquo; <a href="<?php echo url('radio-network'); ?>">OSAA Radio Network</a><br />
                    &raquo; <a href="<?php echo url('sponsors'); ?>">Sponsors</a><br />
                    &raquo; <a href="<?php echo url('links'); ?>">More Links</a>
                </div>
            </div>

            <br class="clear" />
			  </div>

        <br />

    </div>

    <?php /*  Eligibility  */ ?>
    <div id="eligibility">            

        <h1>OSAA Eligibility Policies and Forms</h1>
        OSAA eligibility policies and forms can be found by using the <b>Governance</b> navigational bar at the top of every OSAA webpage.  Most of the eligibility questions we receive in the office are on the following topics.

        <br /><br />

        <h2>Policies</h2>
        <div style="margin-left: 40px; line-height: 1.25em;">            
            <div class="columns">
                <div class="half">
                    &raquo; <a href="<?php echo asset ('docs/handbooks/MajorRuleChanges.pdf'); ?>" target="_blank">Major Rule Changes for 2015-16 School Year</a><br />
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096850'); ?>" target="_blank">Academic Eligibility</a><br />
                    &raquo; <a href="<?php echo asset ('docs/handbooks/rule8chart.pdf'); ?>" target="_blank">Satisfactory Progress Toward Graduation Chart</a><br />
                    
                    <br />

                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096860'); ?>" target="_blank">Transfers</a><br />
                    &raquo; <a href="<?php echo asset ('docs/forms/EligibleStudentTransferCertificate.pdf'); ?>" target="_blank">Eligible Student Transfer Certificate</a><br />
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096871'); ?>" target="_blank">Transfers to a School with Affiliation</a><br />
                    &raquo; <a href="<?php echo asset ('docs/forms/StudentIntentToTransfer.pdf'); ?>" target="_blank">Student Intent to Transfer Certificate</a><br />
                    
                    <br />

                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096859'); ?>" target="_blank">School Representation</a><br />
                    &raquo; <a href="<?php echo asset ('docs/forms/SchoolRepresentationEligibilityCertificate.pdf'); ?>" target="_blank">School Representation Eligibility Certificate</a><br />
                    Charter Schools: &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096859'); ?>" target="_blank">Non-Member</a>&nbsp;&nbsp;|&nbsp;&nbsp;&raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096859'); ?>" target="_blank">Full Member</a><br />
                    

                </div>

                <div class="half">
                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096933'); ?>" target="_blank">Foreign Students</a><br />
                    &raquo; <a href="<?php echo asset ('docs/forms/ForeignStudentEligibilityChecklist.pdf'); ?>" target="_blank">Foreign Student Eligibility Checklist</a><br />
                    &raquo; <a href="http://www.csiet.org/" target="_blank">CSIET List of Approved Programs</a><br />

                    <br />

                    &raquo; <a href="<?php echo url('governance/handbooks/osaa#_Toc426096934'); ?>" target="_blank">Home School Students</a><br />
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/Home%20School%20Eligibility.pdf'); ?>" target="_blank">Home School Pamphlet</a><br />
                    &raquo; <a href="<?php echo asset ('docs/forms/HomeSchoolEligibilityParentChecklist.pdf'); ?>" target="_blank">Home School Eligibility Parent Checklist</a><br />

                    <br />
                    
                    <b>District Athletic Committee - Guidelines:</b><br />
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/DACGuide12.ppsx'); ?>" target="_blank">Powerpoint Show</a>&nbsp;&nbsp;|&nbsp;&nbsp;&raquo; <a href="<?php echo asset ('docs/osaainfo/DACGuide12.ppt'); ?>" target="_blank">Powerpoint</a>&nbsp;&nbsp;|&nbsp;&nbsp;&raquo; <a href="<?php echo asset ('docs/osaainfo/DACGuide12.pdf'); ?>" target="_blank">PDF</a><br>
                </div>
            </div>

            <br class="clear" />
        </div>

        <br />

        <h2>Forms</h2>        
        <div style="margin-left: 40px; line-height: 1.25em;">                        
            &raquo; <a href="<?php echo url('forms/eligibility'); ?>" target="_blank">Online Eligibility Request Form</a><br />
            &raquo; <a href="<?php echo url('forms/eligibility'); ?>" target="_blank">Lookup Student Eligibility Waiver</a><br />
            &raquo; <a href="<?php echo asset('docs/osaainfo/OnlineEligibilityInstructions.pdf'); ?>" target="_blank">Online Form Help &amp; Assistance</a><br />
            &raquo; <a href="<?php echo asset('docs/forms/EligibilityPrimerForParents.pdf'); ?>" target="_blank">Eligibility Primer for Parents</a><br />
        </div>

        <br />        

    </div>

    
    <?php /*  Additional Resources  */ ?>
    <div id="resources">
        <h1>Additional Resources</h1>
        The following additional resources provide quality information on pertinent subjects for high school coaches.
        
        <div style="margin-left: 40px; line-height: 1.25em;">
	          &raquo; <a href="<?php echo asset ('docs/osaainfo/15AdministratorWorkshop.pptx'); ?>" target="_blank">OSAA 2015 Administrator Workshop (Powerpoint)</a><br />
	          &raquo; <a href="http://www.nfhs.org/" target="_blank">NFHS Rule Changes and Updates (search by sport)</a><br />
            &raquo; <a href="<?php echo asset ('docs/osaainfo/08CaseForHSActivities.pdf'); ?>" target="_blank">NFHS Case for High School Activities</a><br />
            &raquo; <a href="http://www.freerecruitingwebinar.org/registration/oregon" target="_blank">FreeRecruitingWebinar.org Webinar for School Staff </a><br />
	          &raquo; <a href="http://nfhslearn.com/courses/14000/ncaa-eligibility" target="_blank">NCAA Eligibility Center Coaching Education course (FREE)</a><br /> 	          
            &raquo; <a href="<?php echo asset ('docs/broadcast/OCRrelease.pdf'); ?>" target="_blank"> Inclusion of Students with Disabilities in High School Activities </a>
        </div>

        <br />

        <div class="columns">
            <div class="half">

                <h2>Hazing Prevention Resources</h2>
                <div style="margin-left: 40px; line-height: 1.25em;">
        	          &raquo; <a href="http://nfhs.org/resources/student-services-inclusion/hazing" target="_blank">NFHS Hazing Prevention Resources</a><br />
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/hazingflyer.pdf'); ?>" target="_blank">OSAA Anti-Hazing Flyer</a><br />
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/NFHSSexualHarassmentandHazing.pdf'); ?>" target="_blank">NFHS Sexual Harassment and Anti-Hazing Info</a><br />
                    &raquo; <a href="http://www.nohaze.org/" target="_blank">Anti-Hazing Collaborative Website</a>
                </div>

            </div>

            <div class="half">        
	  
                <h2>Sportsmanship Resources</h2>
                <div style="margin-left: 40px; line-height: 1.25em;">
        	          &raquo; <a href="<?php echo asset ('docs/osaainfo/SportsmanshipGuidebook2008.pdf'); ?>" target="_blank">OSAA Sportsmanship Guidebook</a><br />
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/SportsmanshipFlyer.pdf'); ?>" target="_blank">OSAA Sportsmanship Flyer</a><br />
        	          &raquo; <a href="<?php echo asset ('docs/osaainfo/HostVenueGuidelines2008.pdf'); ?>" target="_blank">Host Venue Guidelines</a><br />
                    &raquo; <a href="<?php echo asset ('docs/osaainfo/PregamePA.pdf'); ?>" target="_blank">Sample Pre-Game PSA</a>
                </div>

            </div>

            <br class="clear" />

        </div>

        <br /> 

        <h2>Beyond High School: College Bound Student Information</h2>
        The resources below should be utilized as part of a larger collaboration of efforts among the student, parents, coaches, school administrators, 
        and college compliance or admissions personnel. 
        <div style="margin-left: 40px; line-height: 1.25em;">
            <b>Choosing the Right School:</b>&nbsp;&nbsp;&raquo; <a href="http://www.collegeboard.com/student/csearch/index.html" target="_blank">College Board</a>&nbsp;&nbsp;&raquo; <a href="https://www.collegedata.com/cs/search/college/college_search_tmpl.jhtml?referrer=GoogleCollegeSearch" target="_blank">College Data</a><br />            
            
            <br />
            
            &raquo; <a href="http://www.ncaa.org/" target="_blank">National Collegiate Athletic Association (NCAA)</a><br />
            &raquo; <a href="http://eligibilitycenter.org/ECWR2/NCAA_EMS/NCAA.html" target="_blank">NCAA College-Bound Student-Athletes Information</a><br />
            &raquo; <a href="http://www.naia.org/" target="_blank">National Association of Intercollegiate Athletics (NAIA)</a><br />
            &raquo; <a href="http://www.playnaia.org/" target="_blank">NAIA Eligibility Center</a><br />
            &raquo; <a href="http://www.collegesportsinfo.org/" target="_blank">NAIA College Sports Information</a><br />
            &raquo; <a href="http://www.njcaa.org/index.cfm" target="_blank">National Junior College Athletic Association (NJCAA)</a><br />
            &raquo; <a href="http://www.ncaa.org/wps/wcm/connect/nli/nli" target="_blank">National Letter of Intent</a><br />
        </div>

        <br />
        
        <h2>Title IX Resources</h2>
        Karin Moscon, ODE Education Specialist, Civil Rights, (503) 947-5706, <?php echo Helpers::obfuscateEmailLink ("karin.moscon@state.or.us"); ?><br />
        Tim Sell, Office for Civil Rights, Seattle Office, (206) 607-1639, <?php echo Helpers::obfuscateEmailLink ("timothy.sell@ed.gov"); ?><br />
        <div style="margin-left: 40px; line-height: 1.25em;">
            &raquo; <a href="<?php echo asset ('docs/osaainfo/TitleIXRemindersAug2010.pdf'); ?>" target="_blank">OSAA Title IX Memo</a><br />
            &raquo; <a href="http://www.womenssportsfoundation.org/en/home/advocate/title-ix-and-issues/what-is-title-ix/standard-language-of-title-ix" target="_blank">Standard Language of Title IX</a><br />
            &raquo; <a href="<?php echo asset ('docs/osaainfo/SuggestionsforImprovingEqualOpportunity.pdf'); ?>" target="_blank">Suggestions for Improving Equal Opportunity</a><br />
            &raquo; <a href="http://nfhs.org/resources/student-services-inclusion/gender-equity/" target="_blank">NFHS Gender Equity Resources</a><br />
            &raquo; <a href="http://www.k12.wa.us/Equity/Districts/AthleticPrograms.aspx" target="_blank">Title IX Self-Evaluation Tool for Athletic Programs</a><br />
            &raquo; <a href="<?php echo asset ('docs/osaainfo/StudentAthleticInterestSurvey.pdf'); ?>" target="_blank">Title IX Student Athletic Interest and Abilities Survey</a><br />   
            &raquo; <a href="<?php echo asset ('docs/osaainfo/TitleIXThreePartTestWebinarSept2015OSAAODE.mp4'); ?>" target="_blank">Title IX Webinar on the Three-Part Test for Participation, Presented by OSAA and ODE - September 24, 2015</a><br />
            &raquo; <a href="<?php echo asset ('docs/osaainfo/TitleIXWebinarJan1316LaundryList1.wmv'); ?>" target="_blank">Title IX Webinar on the Laundry List Part 1, Presented by OSAA and ODE - January 13, 2016</a><br />
            &raquo; <a href="<?php echo asset ('docs/osaainfo/TitleIXWebinar02-10-2016.wmv'); ?>" target="_blank">Title IX Webinar on the Laundry List Part 2 and Athletic Funding, Presented by OSAA and ODE - February 10, 2016</a><br />
        </div>
   
        <br />

    </div>  

</div>
	
<?php $__env->stopSection(); ?>