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

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Winter Surveys and Championship Evaluations
<?php $__env->stopSection(); ?>

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


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

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

<?php $__env->startSection('page_functions'); ?>
    
<?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">Economic Impact</a></li>
            <li><a href="#tabs-2">Cheerleading</a></li>
            <li><a href="#tabs-3">Swimming</a></li>           
            <li><a href="#tabs-4">Wrestling</a></li>           
            <li><a href="#tabs-5">Basketball</a></li>            
            <li><a href="#tabs-6">Dance/Drill</a></li>            
       </ul>
        
        
        <div id="tabs-1">

            <h2>Economic Impact</h2>

		<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dGd3QTVXeEwxbm5tYWNuaDRKdUpQTlE6MQ" width="100%" height="1800" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
			
        </div>

        
        <div id="tabs-2">

            <h2>Cheerleading Evaluation</h2>

		<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dGFuX0pSY0ZUVGhMUUpWMlBtNVNDMGc6MA"  width="100%" height="2100" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
        
        </div>

        
        <div id="tabs-3">

            <h2>Swimming Evaluation</h2>

		<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dEFfWXQyTDI1bGRaS0tJTWkwYVBLMHc6MA" width="100%" height="2800" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
    
        </div>

		
        <div id="tabs-4">

            <h2>Wrestling Evaulation</h2>

		<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dEFSZ1JBdzlGMkpYZW9EQnZvMGl0dGc6MA"  width="100%" height="4400" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
        
        </div>

		
        <div id="tabs-5">

            <h2>Basketball Evaluation</h2>

		<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dEM0V1lCQ0NPVjNhTmJJU2NaX2dFVEE6MA" width="100%" height="2200" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
        
        </div>

		
        <div id="tabs-6">

            <h2>Dance/Drill Evaluation</h2>
	
		<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dGNlaXllTEp4NUs5Ti12NEdydlhRU0E6MA"  width="100%" height="2100" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
        
        </div>

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