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

<?php $__env->startSection('page_sub_title'); ?>    
   OSAA Fall Surveys
<?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">Cross Country Eval.</a></li>
            <li><a href="#tabs-3">Volleyball Eval.</a></li>           
            <li><a href="#tabs-4">Soccer Eval.</a></li>           
            <li><a href="#tabs-5">Football Eval.</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>Cross Country Evaluation</h2>

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

        
        <div id="tabs-3">

            <h2>Volleyball Evaluation</h2>

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

        <div id="tabs-4">

            <h2>Soccer Evaulation</h2>

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

        <div id="tabs-5">

            <h2>Football Evaluation</h2>

		<iframe src="https://docs.google.com/spreadsheet/embeddedform?formkey=dFA4N2t2SzZObERFZnZRbG81VHlpeHc6MA" width="100%" height="1900" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
        
        </div>
        
    </div>  
<?php $__env->stopSection(); ?>