﻿<?php $__env->startSection('page_title'); ?>
    OSAA - Activities
<?php $__env->stopSection(); ?>

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Band/Orchestra Results
<?php $__env->stopSection(); ?>

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


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

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

  $('.nav_button').button({ icons : {primary : 'ui-icon-arrowthick-1-w'}});
<?php $__env->stopSection(); ?>

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

    <a class="nav_button" href="<?php echo url('/activities/bnd'); ?>" style="font-size:9pt;">Band/Orchestra Page</a>
    
<?php $__env->stopSection(); ?>


<?php $__env->startSection('main_content'); ?>    	
    <div class="tabs" style="min-height: 650px;">
        
        <ul style="padding-left:5px;">            
            <li><a href="#tabs-1">Band/Orchestra Results</a></li>
        </ul>
        
        <div id="tabs-1">

		<h2>MASKED RESULTS</h2>
		<i>To be posted each evening</i>
		<br>
		<br>
		<p>
		&raquo; <a href="<?php echo url ('http://www.osaa.org/docs/bnd/15maskedresults.pdf'); ?>" target="_blank">Masked Results</a>
		</p>
		<br>
		
		<h2>FINAL RESULTS</h2>
		<i>To be posted each evening</i>
		<br>
		<br>

		<h3>3A Band Division </h3>
		1st -  Warrenton High School<br/>
		2nd -  Rainier High School<br/>
		3rd -  Dayton High School<br/>

		<h3>4A Band Division </h3>
		1st -  North Bend High School<br/>
		2nd -  Scappoose High School<br/>
		3rd -  Seaside High School<br/>
		3rd -  Douglas High School<br/>
		5th -  Philomath High School<br/>

		<h3>Full Orchestra Division </h3>
		1st -  South Salem High School<br/>
		2nd -  David Douglas High School<br/>
		3rd -  West Salem High School<br/>

		<h3>String Orchestra Division </h3>
		1st -  Crescent Valley High School<br/>
		2nd -  Clackamas High School<br/>
		3rd -  McNary High School<br/>
		4th -  South Salem High School<br/>
		5th -  Sprague High School<br/>

		<h3>2A/1A Band Division </h3>
		1st -  Logos Christian High School<br/>
		2nd -  Triad School<br/>
		3rd -  Bandon High School<br/>
		3rd -  Yoncalla High School<br/>
		5th -  Grant Union High School<br/>
		5th -  Ione High School<br/>

		<h3>5A Band Division </h3>
		1st -  Summit High School<br/>
		2nd -  Ridgeview High School<br/>
		3rd -  Corvallis High School<br/>
		4th -  Silverton High School<br/>
		5th -  Milwaukie High School<br/>

		<h3>6A Band Division </h3>
		1st -  West Salem High School<br/>
		2nd -  Sprague High School<br/>
		3rd -  South Salem High School<br/>
		4th -  Sherwood High School<br/>
		5th -  West Albany High School<br/>
        </div>
        
   
        
    </div>	
	
<?php $__env->stopSection(); ?>
