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

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

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

    <script src="http://jwpsrv.com/library/d3LbCBzkEeSiiSIACtqXBA.js"></script>

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

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

    $('.button.back').button({'icons' : { 'primary' : 'ui-icon-arrowthick-1-w'}}).css('font-size', '9pt');
	
	
	
	
	
	 jwplayer("jwVideoPlayer3")
	    .setup(
	    {
	        file: "https://content.bitsontherun.com/videos/i23jCQpc.mp4",
	        image: "/images/bsbtitleslide.jpg",
	        width: 1000,
	        height: 750
	    })
	    .onReady(function ()
	    {
	    	$('#jwVideoPlayer_logo').css('display', 'none');
		});
		
    jwplayer("jwVideoPlayer")
	    .setup(
	    {
	        file: "https://content.bitsontherun.com/videos/SILf2CjJ.mp4",
	        image: "/images/targetdefenseless.jpg",
	        width: 1000,
	        height: 750
	    })
	    .onReady(function ()
	    {
	    	$('#jwVideoPlayer_logo').css('display', 'none');
		});
		
	 jwplayer("jwVideoPlayer2")
	    .setup(
	    {
	        file: "https://content.bitsontherun.com/videos/WB6i6uc0.mp4",
	        image: "/images/levels.jpg",
	        width: 1000,
	        height: 750
	    })
	    .onReady(function ()
	    {
	    	$('#jwVideoPlayer2_logo').css('display', 'none');
		});
		
	jwplayer("jwVideoPlayer4")
	    .setup(
	    {
	        file: "https://content.bitsontherun.com/videos/uhYmy5hU.mp4",
	        image: "/images/uetitleslide.png",
	        width: 1000,
	        height: 750
	    })
	    .onReady(function ()
	    {
	    	$('#jwVideoPlayer2_logo').css('display', 'none');
		});

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

<?php $__env->startSection('page_functions'); ?>
    
    <a href="<?php echo url('/activities/fbl'); ?>" class="button back">Back</a>

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

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

<h2> 2015 Blindside Block Experiment</h2>
<br />
Experimental rule information and play examples
<br /><br />

	<div id="jwVideoPlayer3">Loading...</div>
<p>
<h2>Unnecessary and Excessive Contact</h2>
<br />
All coaches, players, and parents are encourage to watch the following video that illustrates examples of unnecessary and excessive contact.
<br /><br />
<div id="jwVideoPlayer4">Loading...</div>
<p>

<h2> USA Football - Levels of Contact </h2>
	<br />
	This USA Football Video illustrates the different "levels of contact" referenced in OSAA Executive Board Policy #55 (Practice Model).
	
<br /><br />
		<b>Thud</b> &#8208 Drill is run at assigned speed through the moment of contact; no predetermined winner.  Contact remains above the waist, players stay on their feet and a quick whistle ends the drill.  This applies to simulations and drills involving any number of players.
<br /><br />
		<b>Live Action</b> &#8208 Drill is run in game-like conditions and is the only time that players are taken to the ground.  This applies to simulations and drills involving any number of players.
	<br /><br />
	
	<div id="jwVideoPlayer2">Loading...</div>   
<p>	
   
   <h2> Targeting and Defenseless Players</h2>
   <br />
   All coaches, players, and parents are encourage to watch the following video that illustrates examples of targeting and defenseless player fouls.  
   <br /><br />
	<div id="jwVideoPlayer">Loading...</div> 
	
<p>
	
<?php $__env->stopSection(); ?>