<?php

	/* Start time
	 *
	 * When should this header bar start appearing?
	 *
	 * 24 hour date/time format:
	 *     YYYY-MM-DD HH:MM:SS
	 *
	 * Ex:
	 *     $start = strtotime('2014-03-02 08:00:00');
	 */
	$start = strtotime('2014-03-02 08:00:00');

	
	/* End time
	 *
	 * When should this header bar stop appearing?
	 *
	 * 24 hour date/time format:
	 *     YYYY-MM-DD HH:MM:SS
	 *
	 * Ex:
	 *     $end = strtotime('2014-03-23 23:59:59');
	 */
	$end = strtotime('2017-06-30 23:59:59');


	/* Over-ride Ability
	 *
	 * If the date ranges do not show anything, a preview can be seen by adding 
	 * the following text to the end of the URL.
	 *     ?test-live=true
	 *
	 * Ex:
	 *     http://www.osaa.org?test-live=true
	 */
	$over_ride = Input::get('test-live', false);

	
	// Should this view be visible, based on date ranges or manual over-ride?
	$show = (($start <= time() and $end >= time()) or $over_ride);
?>

<?php if ($show): ?>

	<?php /*  Opening Tags  */ ?>
	<div id="live_alert_2" class="tools">
		<div class="bar left"></div>			
		<div class="bar right"></div>
		

		<?php /* 

			DISPLAY INFORMATION

		 */ ?>

		<?php /*  ========== OSAAStore.com ==========  */ ?> 
	
		<a href="http://www.osaastore.com" target="_blank">
		<img src="<?php echo asset('/images/logos/SportsU.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>

	    <div class="item">
			<small>
			<a href="http://www.osaastore.com" target="_blank">Buy Merchandise <br> at OSAAStore.com</a><br />
			</small>
		</div>
						
		
		<?php /*  ========== NSP ==========   */ ?>

		<a href="http://www.4nsp.com/PhotosAction.aspx" target="_blank">
    	<img src="<?php echo asset('/images/logos/NSPsmall.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>

	    <div class="item">
			<small>
			<a href="http://www.4nsp.com/PhotosAction.aspx" target="_blank">Order Photos <br> at 4NSP.com</a><br />
			</small>
		</div>		
		 			
		
		<?php /*  ========== MINI TROPHY ==========  */ ?>

		<a href="http://www.osaa.org/shop#tabs-4" target="_blank">
    	<img src="<?php echo asset('/images/logos/minitrophy.jpg'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>

	    <div class="item">
			<small>
			<a href="http://www.osaa.org/shop#tabs-4" target="_blank">Personalize a Mini-Trophy <br>from Crown Trophy</a><br />
			</small>
		</div>			
		


		<?php /* 

			TEMPLATES

    	 */ ?>

    	<?php /*  ========== BASEBALL ========== 

		<a href="http://www.osaa.org/activities/bbl/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Baseball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 3px 0 3px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbl/management'); ?>" target="_blank">Baseball - LIVE Video, Audio, Stats, Brackets</b></a><br />
				<small>
				<b>Brackets</b>: 
				<a href="<?php echo url('/activities/bbl/brackets?div=6A'); ?>" target="_blank">6A</a> | 
				<a href="<?php echo url('/activities/bbl/brackets?div=5A'); ?>" target="_blank">5A</a> | 
				<a href="<?php echo url('/activities/bbl/brackets?div=4A'); ?>" target="_blank">4A</a> | 
				<a href="<?php echo url('/activities/bbl/brackets?div=3A'); ?>" target="_blank">3A</a> | 
				<a href="<?php echo url('/activities/bbl/brackets?div=2A/1A'); ?>" target="_blank">2A/1A</a>
			</small>
		</div>
		 */ ?>
    	<?php /*  ========== SOFTBALL ========== 

		<a href="http://www.osaa.org/activities/sbl/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Softball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 3px 0 3px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/sbl/management'); ?>" target="_blank">Softball - LIVE Video, Audio, Stats, Brackets</b></a><br />
				<small>
				<b>Brackets</b>: 
				<a href="<?php echo url('/activities/sbl/brackets?div=6A'); ?>" target="_blank">6A</a> | 
				<a href="<?php echo url('/activities/sbl/brackets?div=5A'); ?>" target="_blank">5A</a> | 
				<a href="<?php echo url('/activities/sbl/brackets?div=4A'); ?>" target="_blank">4A</a> | 
				<a href="<?php echo url('/activities/sbl/brackets?div=3A'); ?>" target="_blank">3A</a> | 
				<a href="<?php echo url('/activities/sbl/brackets?div=2A/1A'); ?>" target="_blank">2A/1A</a>
			</small>
		</div>
		 */ ?>
		
		<?php /*  ========== BROADCAST SCHEDULE ========== 
    	<a href="http://www.osaa.org/media" target="_blank">
    	<img src="<?php echo asset('/images/logos/RadioNetwork2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
		
	    <div class="item">
			<small>
			<a href="http://www.osaa.org/media" target="_blank">State Championships<br> Broadcast Schedule</a><br />
			</small>
		</div>
		 */ ?>

		<?php /*  ========== BASEBALL ========== 

		<a href="http://www.osaa.org/activities/bbl/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Baseball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
	
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbl/brackets'); ?>">Baseball - LIVE Video, Audio, Stats, Brackets</b></a><br />
				<small>
				<a href="http://www.osaa.org/activities/bbl/brackets/live?div=2A/1A&site=volcanoes" target="_blank">Knappa vs. Burns</a> | 
				<a href="http://www.osaa.org/activities/bbl/brackets/live?div=3A&site=volcanoes" target="_blank">Stanfield/Echo vs. Santiam Christian</a>
			</small>
		</div>
		 */ ?>
		
		<?php /*  ========== SOFTBALL ==========  

		<a href="http://www.osaa.org/activities/sbl/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Softball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>

	    <div class="item">
			<b><a href="<?php echo url('/activities/sbl/brackets'); ?>">Softball - LIVE Video, Audio, Stats, Brackets</b></a><br />
				<small>
				<a href="http://www.osaa.org/activities/sbl/brackets/live?div=2A/1A&site=osu" target="_blank">Union/Cove vs. Pilot Rock/Nixyaawii</a> | 
				<a href="http://www.osaa.org/activities/sbl/brackets/live?div=3A&site=osu" target="_blank">Rainier vs. Dayton</a>
			</small>
		</div>
		 */ ?>

		<?php /*  ========== TRACK & FIELD ========== 

		<a href="http://www.osaa.org/activities/btf/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Track.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 3px 0 3px;" />     	
		</a>
			    <div class="item">
			<b><a href="<?php echo url('/activities/btf/management'); ?>">Track and Field</b></a><br />
			<small>
				<a href="<?php echo url('/activities/btf/results'); ?>">Entries/LIVE Results</a> |
	        	<a href="http://www.nfhsnetwork.com/osaa" target="_blank">NFHS Network Video</a>
			</small>
		</div>
		 */ ?>

		<?php /*  ========== TENNIS ========== 

		<a href="http://www.osaa.org/activities/btn/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Tennis.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
			    <div class="item">
			<b><a href="<?php echo url('/activities/btn/management'); ?>">Tennis</b></a><br />
			<small>
				<b>Brackets:</b> <a href="http://www.osaa.org/activities/btn/brackets" target="_blank">Boys</a> | <a href="http://www.osaa.org/activities/gtn/brackets" target="_blank">Girls</a>
			</small>
		</div>
		 */ ?>

    	<?php /*  ========== BASEBALL ========== 

		<a href="http://www.osaa.org/activities/bbl/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Baseball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 3px 0 3px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbl/management'); ?>" target="_blank">Baseball</b></a><br />
				<small>
				<a href="<?php echo url('/activities/bbl/schedules'); ?>" target="_blank">Schedules</a> | 
				<a href="<?php echo url('/activities/bbl/rankings'); ?>" target="_blank">Rankings</a> | 
				<a href="<?php echo url('/activities/bbl/brackets'); ?>" target="_blank">Brackets</a> 
			</small>
		</div>
		 */ ?>
		
    	<?php /*  ========== SOFTBALL ========== 

		<a href="http://www.osaa.org/activities/sbl/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Softball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 3px 0 3px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/sbl/management'); ?>" target="_blank">Softball</b></a><br />
				<small>
				<a href="<?php echo url('/activities/sbl/schedules'); ?>" target="_blank">Schedules</a> | 
				<a href="<?php echo url('/activities/sbl/rankings'); ?>" target="_blank">Rankings</a> | 
				<a href="<?php echo url('/activities/sbl/brackets'); ?>" target="_blank">Brackets</a>
			</small>
		</div>
		 */ ?>
		
		<?php /*  ========== GOLF ========== 

		<a href="http://www.osaa.org/activities/bgf/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Golf.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 3px 0 3px;" />     	
		</a>

			    <div class="item">
			<b><a href="<?php echo url('/activities/bgf/management'); ?>">Golf</b></a><br />
			<small>
				<a href="<?php echo url('/activities/bgf/results'); ?>">Results</a> 
			</small>
		</div>			
		 */ ?>
		
		<?php /*  ========== BAND/ORCHESTRA ========== 

		<a href="http://www.osaa.org/activities/bnd/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Music.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 3px 0 3px;" />     	
		</a>

			<div class="item">
			<b><a href="<?php echo url('/activities/bnd/management'); ?>">Band/Orchestra</b></a><br />
			<small>
				<a href="<?php echo url('/activities/bnd/management'); ?>">Performance Orders</a> | 
				<a href="<?php echo url('/activities/bnd/results'); ?>" target="_blank">Results</a>
			</small>
		</div>
		 */ ?>

		<?php /*  ========== CHOIR ========== 

		<a href="http://www.osaa.org/activities/cho/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Music.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>

			<div class="item">
			<b><a href="<?php echo url('/activities/cho/management'); ?>">Choir</b></a><br />
			<small>
				<a href="<?php echo url('/activities/cho/management'); ?>">Performance Orders</a> | 
				<a href="<?php echo asset ('docs/cho/16MaskedResults.pdf'); ?>" target="_blank">Results</a>
			</small>
		</div>
		 */ ?>

		<?php /*  ========== SOLO MUSIC ========== 

		<a href="http://www.osaa.org/activities/sol/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Music.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>

			    <div class="item">
			<b><a href="<?php echo url('/activities/sol/management'); ?>">Solo Music</b></a><br />
			<small>
				<a href="<?php echo asset ('docs/sol/2016results.pdf'); ?>" target="_blank">Results</a>
			</small>
		</div>
		 */ ?>

		<?php /*  ========== SPEECH ========== 

		<a href="http://www.osaa.org/activities/spe/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Speech.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	

	    <div class="item">
			<b><a href="<?php echo url('/activities/spe/management'); ?>">State Speech Results</b></a><br />
			<small>
			<a href="<?php echo asset ('docs/spe/16IEresults.pdf'); ?>" target="_blank">Ind. Events</a> | <a href="<?php echo asset ('docs/spe/16Debateresults.pdf'); ?>" target="_blank">Debate</a> | <a href="<?php echo asset ('docs/spe/16Congressresults.pdf'); ?>" target="_blank">Congress</a>
			</small>

		</div>
		 */ ?>

		<?php /*  ========== SPEECH ========== 

		<a href="http://www.osaa.org/activities/spe/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Speech.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	

	    <div class="item">
			<b><a href="<?php echo url('/activities/spe/management'); ?>">Speech/Debate</b></a><br />
			<small>
			<a href="<?php echo asset ('docs/spe/16EntriesBySchool.pdf'); ?>" target="_blank">Entry List</a> | 
			<a href="<?php echo asset ('docs/spe/16StateSchedule.pdf'); ?>" target="_blank">Schedule</a> | 
			<a href="<?php echo asset ('docs/spe/speechadmincoachinfo.pdf'); ?>" target="_blank">Information</a>
			</small>

		</div>
		 */ ?>
		
		<?php /*  ========== DANCE DRILL ========== 		
    
		<a href="http://www.osaa.org/activities/dnc/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Dance.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/dnc/management'); ?>">State Dance/Drill</b></a><br />
				<small>
				<a href="<?php echo url('/activities/dnc/results'); ?>" target="_blank">Performance Orders/Results</a> | 
	        	<a href="http://www.nfhsnetwork.com/associations/osaa" target="_blank">NFHS Network</a> 
			</small>
		</div>       
		 */ ?>

    	<?php /*  ========== BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">6A, 5A 4A Basketball State Championships</b></a><br />
				<small>
			<b>Girls Brackets & Stats</b>: <a href="<?php echo url('/activities/gbx/brackets?div=6A'); ?>" target="_blank">6A</a> | 
			<a href="<?php echo url('/activities/gbx/brackets?div=5A'); ?>" target="_blank">5A</a> | 
			<a href="<?php echo url('/activities/gbx/brackets?div=4A'); ?>" target="_blank">4A</a> &nbsp;
			<b>Boys Brackets & Stats</b>: <a href="<?php echo url('/activities/bbx/brackets?div=6A'); ?>" target="_blank">6A</a> | 
			<a href="<?php echo url('/activities/bbx/brackets?div=5A'); ?>" target="_blank">5A</a> | 
			<a href="<?php echo url('/activities/bbx/brackets?div=4A'); ?>" target="_blank">4A</a>
			</small>
		</div>	               	       
		 */ ?>

		<?php /*  ========== NFHS NETWORK ========== 

    	<img src="<?php echo asset('/images/logos/NFHSNetwork2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	

	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">NFHS Network LIVE Streaming</b></a><br />
			<small>
			<b>Girls Finals</b>: <a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/a290ed6203'); ?>">6A</a> | 
			<a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/b3efac5ff0'); ?>">5A</a> | 
			<a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/2a0e8e8904'); ?>">4A</a>
			&nbsp; &nbsp;
			<b>Boys Finals</b>: <a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/28ccef01a3'); ?>">6A</a> | 
			<a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/efdec4370f'); ?>">5A</a> | 
			<a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/8fcca3afaa'); ?>">4A</a>  
		</small>
		</div>
		 */ ?>

    	<?php /*  ========== BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">6A Basketball - Univ. of Portland</b></a><br />
				<small>
			<b>Girls</b>: <a href="<?php echo url('/activities/gbx/brackets?div=6A'); ?>" target="_blank">Bracket</a> | <a href="<?php echo url('/activities/gbx/brackets/live?div=6A&site=university'); ?>" target="_blank">LIVE</a> &nbsp;
			<b>Boys</b>: <a href="<?php echo url('/activities/bbx/brackets?div=6A'); ?>" target="_blank">Bracket</a> | <a href="<?php echo url('/activities/bbx/brackets/live?div=6A&site=university'); ?>" target="_blank">LIVE</a> 
			</small>
		</div>	               	       

	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">5A Basketball - Oregon State Univ.</b></a><br />
				<small>
			<b>Girls</b>: <a href="<?php echo url('/activities/gbx/brackets?div=5A'); ?>" target="_blank">Bracket</a> | <a href="<?php echo url('/activities/gbx/brackets/live?div=5A&site=oregon'); ?>" target="_blank">LIVE</a> &nbsp;
			<b>Boys</b>: <a href="<?php echo url('/activities/bbx/brackets?div=5A'); ?>" target="_blank">Bracket</a> | <a href="<?php echo url('/activities/bbx/brackets/live?div=5A&site=oregon'); ?>" target="_blank">LIVE</a> 
			</small>
		</div>	               	       

	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">4A Basketball - Liberty HS/Forest Grove HS</b></a><br />
				<small>
			<b>Girls</b>: <a href="<?php echo url('/activities/gbx/brackets?div=4A'); ?>" target="_blank">Bracket</a> | <a href="<?php echo url('/activities/gbx/brackets/live?div=4A&site=liberty'); ?>" target="_blank">LIVE</a> &nbsp;
			<b>Boys</b>: <a href="<?php echo url('/activities/bbx/brackets?div=4A'); ?>" target="_blank">Bracket</a> | <a href="<?php echo url('/activities/bbx/brackets/live?div=4A&site=liberty'); ?>" target="_blank">LIVE</a> 
			</small>
		</div>	
		 */ ?>
		
		<?php /*  ========== DANCE DRILL ========== 		
    
		<a href="http://www.osaa.org/activities/dnc/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Dance.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/dnc/management'); ?>">State Dance/Drill</b></a><br />
				<small>
				<a href="<?php echo url('/activities/dnc/results'); ?>" target="_blank">Performance Orders</a>
			</small>
		</div>       
		 */ ?>

    	<?php /*  ========== BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">Basketball State Championships</b></a><br />
			<small>
			<b>Girls Brackets</b>: <a href="<?php echo url('/activities/gbx/brackets?div=6A'); ?>">6A</a> | <a href="<?php echo url('/activities/gbx/brackets?div=5A'); ?>">5A</a> | <a href="<?php echo url('/activities/gbx/brackets?div=4A'); ?>">4A</a> | 
			<a href="<?php echo url('/activities/gbx/brackets?div=3A'); ?>">3A</a> | <a href="<?php echo url('/activities/gbx/brackets?div=2A'); ?>">2A</a> | <a href="<?php echo url('/activities/gbx/brackets?div=1A'); ?>">1A</a>
			&nbsp; &nbsp;
			<b>Boys Brackets</b>: <a href="<?php echo url('/activities/bbx/brackets?div=6A'); ?>">6A</a> | <a href="<?php echo url('/activities/bbx/brackets?div=5A'); ?>">5A</a> | <a href="<?php echo url('/activities/bbx/brackets?div=4A'); ?>">4A</a> | 
			<a href="<?php echo url('/activities/bbx/brackets?div=3A'); ?>">3A</a> | <a href="<?php echo url('/activities/bbx/brackets?div=2A'); ?>">2A</a> | <a href="<?php echo url('/activities/bbx/brackets?div=1A'); ?>">1A</a>
			</a>
			</small>
		</div>	
		 */ ?>

		<?php /*  ========== NFHS NETWORK ========== 

    	<img src="<?php echo asset('/images/logos/NFHSNetwork2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	

	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">NFHS Network LIVE Streaming</b></a><br />
			<small>
			<b>Girls Finals</b>: <a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/855c0fbdfb'); ?>">3A</a> | <a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/b6bd9629bd'); ?>">2A</a> | <a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/efdd8a1707'); ?>">1A</a>
			&nbsp; &nbsp;
			<b>Boys Finals</b>: <a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/29e4bc6210'); ?>">3A</a> | <a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/5b8718376b'); ?>">2A</a> | <a href="<?php echo url('http://www.nfhsnetwork.com/events/osaa/086fa9b3b0'); ?>">1A</a>  
		</small>
		</div>
		 */ ?>



    	<?php /*  ========== BOYS BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>

	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">6A, 5A, 4A Basketball State Championships</b></a><br />
			<small>
			<b>Girls Brackets</b>: <a href="<?php echo url('/activities/gbx/brackets?div=6A'); ?>">6A</a> | <a href="<?php echo url('/activities/gbx/brackets?div=5A'); ?>">5A</a> | <a href="<?php echo url('/activities/gbx/brackets?div=4A'); ?>">4A</a>
			&nbsp; &nbsp;
			<b>Boys Brackets</b>: <a href="<?php echo url('/activities/bbx/brackets?div=6A'); ?>">6A</a> | <a href="<?php echo url('/activities/bbx/brackets?div=5A'); ?>">5A</a> | <a href="<?php echo url('/activities/bbx/brackets?div=4A'); ?>">4A</a>
			</a>
			</small>
		</div>		
		
		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>" target="_blank">Boys Basketball</b></a><br />
				<small>
				<a href="<?php echo url('/activities/bbx/teams-leagues'); ?>" target="_blank">Standings</a> | 
				<a href="<?php echo url('/activities/bbx/schedules'); ?>" target="_blank">Schedules</a> | 
				<a href="<?php echo url('/activities/bbx/brackets'); ?>" target="_blank">Brackets</a>
			</small>
		</div>
		 */ ?>
    	<?php /*  ========== GIRLS BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/gbx/management'); ?>" target="_blank">Girls Basketball</b></a><br />
				<small>
				<a href="<?php echo url('/activities/gbx/teams-leagues'); ?>" target="_blank">Standings</a> | 
				<a href="<?php echo url('/activities/gbx/schedules'); ?>" target="_blank">Schedules</a> | 
				<a href="<?php echo url('/activities/gbx/brackets'); ?>" target="_blank">Brackets</a>
			</small>
		</div>
		 */ ?>

		<?php /*  ========== WRESTLING ========== 
	
		<a href="http://www.osaa.org/activities/wre/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Wrestling.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 0;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/wre/management'); ?>" target="_blank">State Wrestling</b></a><br />
				<small>
				<a href="<?php echo asset ('/docs/wre/championshipschedule.pdf'); ?>" target="_blank">Schedule</a> |
				<a href="<?php echo url('/activities/wre/brackets'); ?>">Brackets/Team Scores</a> |
	        	<a href="http://www.nfhsnetwork.com/associations/osaa" target="_blank">NFHS Network</a>			
		</small>
		</div>
		 */ ?>
		
		<?php /*  ========== SWIMMING ========== 	

		<a href="http://www.osaa.org/activities/bsw/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Swimming.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 0;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bsw/management'); ?>" target="_blank">State Swimming</b></a><br />
				<small>
				<a href="<?php echo url('/activities/bsw/results'); ?>">Entries/LIVE Results</b></a> | 
				<a href="<?php echo asset ('docs/bsw/champeventsch.pdf'); ?>" target="_blank">Schedule</a> |
	        	<a href="http://www.nfhsnetwork.com/associations/osaa" target="_blank">NFHS Network</a>	
				</small>
		</div>
		 */ ?>
		
		<?php /*  ========== CHEERLEADING ========== 
    
		<a href="http://www.osaa.org/activities/che/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Cheerleading.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>

	    <div class="item">
			<b><a href="<?php echo url('/activities/che/management'); ?>" target="_blank">Cheerleading</b></a><br />
				<small>
	            <a href="<?php echo asset('/docs/che/ChampionshipSchedule.pdf'); ?>" target="_blank">Schedule</a> | 
	            <a href="<?php echo asset('/docs/che/16results.pdf'); ?>" target="_blank">Results</a> |
	        	<a href="http://www.nfhsnetwork.com/osaa" target="_blank">NFHS Network</a>
				</small>
		</div>
		 */ ?>



		<?php /*  ========== PLAN BOOKS ========== 


     	<img src="<?php echo asset('/images/logos/OSAACircle.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		<div class="item">
			<b>Winter Plan Books</b><br />
			<small>
        	<a href="http://www.osaa.org/docs/bbx/bxbplan.pdf" target="_blank">Basketball</a> | 
        	<a href="http://www.osaa.org/docs/bsw/swplan.pdf" target="_blank">Swimming</a> | 
        	<a href="http://www.osaa.org/docs/wre/wreplan.pdf" target="_blank">Wrestling</a> | 
        	<a href="http://www.osaa.org/docs/che/cheplan.pdf" target="_blank">Cheerleading</a> | 
        	<a href="http://www.osaa.org/docs/dnc/dncplan.pdf" target="_blank">Dance/Drill</a>
			</small>
		</div>					
		 */ ?>

		<?php /*  ========== FOOTBALL ========== 

    	<a href="http://www.osaa.org/activities/fbl/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Football.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
		<div class="item">
			<b><a href="<?php echo url('/activities/fbl/management'); ?>" target="_blank">6A Football Championship</b></a><br />
			<small>
				<a href="<?php echo url('/activities/fbl/brackets?div=6A'); ?>">Bracket</a> | 
				<a href="<?php echo url('/activities/fbl/tickets'); ?>">Tickets</a>  | 
				<a href="http://www.osaa.org/media" target="_blank">Broadcast Info</a><br />

			</small>
		</div>
		 */ ?>	

		<?php /*  ========== NFHS NETWORK ========== 

    	<img src="<?php echo asset('/images/logos/NFHSNetwork2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	

	    <div class="item">
			<small>
			<a href="http://www.nfhsnetwork.com/explore/upcoming/school/93faee8c2c" target="_blank">Watch Playoff Football<br>on the NFHS Network</a><br />
			</small>
		</div>
		 */ ?>

		<?php /*  ========== BOYS SOCCER ========== 

    	<a href="http://www.osaa.org/activities/bsc/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Soccer.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
		<div class="item">
			<b><a href="<?php echo url('/activities/bsc/management'); ?>" target="_blank"> Boys Soccer</b></a><br />
			<small>
				<a href="<?php echo url('/activities/bsc/brackets'); ?>">Brackets</a>  | 
				<a href="<?php echo url('/activities/bsc/schedules'); ?>">Scores</a> 
			</small>
		</div>	
		 */ ?>
		
		<?php /*  ========== GIRLS SOCCER ========== 

    	<a href="http://www.osaa.org/activities/gsc/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Soccer.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
		<div class="item">
			<b><a href="<?php echo url('/activities/gsc/management'); ?>" target="_blank"> Girls Soccer</b></a><br />
			<small>
				<a href="<?php echo url('/activities/gsc/brackets'); ?>">Brackets</a> | 
				<a href="<?php echo url('/activities/gsc/schedules'); ?>">Scores</a>
			</small>
		</div>				
		 */ ?>

		<?php /*  ========== VOLLEYBALL ========== 

    	<a href="http://www.osaa.org/activities/vbl/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Volleyball.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
		<div class="item">
			<b><a href="<?php echo url('/activities/vbl/management'); ?>" target="_blank">Volleyball</b></a><br />
			<small>
				<a href="<?php echo url('/activities/vbl/brackets'); ?>">Brackets</a> |
				<a href="<?php echo url('/activities/vbl/schedules'); ?>">Scores</a>
			</small>
		</div>		
		 */ ?>

		<?php /*  ========== CROSS COUNTRY ========== 

    	<a href="http://www.osaa.org/activities/bxc/management" target="_blank">
		<img src="<?php echo asset('/images/sportsu/xcsmall.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
	    <div class="item">
			<b><a href="<?php echo url('/activities/bxc/management'); ?>">Cross Country</b></a><br />
				<small>
				<a href="<?php echo url('/activities/bxc-gxc/results'); ?>">State Results</a>
			</small>
		</div>	
		 */ ?>

		<?php /*  ========== PLAN BOOKS ========== 


     	<img src="<?php echo asset('/images/logos/OSAACircle.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		<div class="item">
			<b><a href="<?php echo url('/activities/bxc/management'); ?>" target="_blank">Cross Country</b></a><br />
			<small>
        	<a href="http://www.osaa.org/docs/bxc/xcplan.pdf" target="_blank">Plan Book</a> 
			</small>
		</div>	

    	<img src="<?php echo asset('/images/logos/Football.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		<div class="item">
			<b><a href="<?php echo url('/activities/fbl/management'); ?>" target="_blank">Football</b></a><br />
			<small>
        	<a href="http://www.osaa.org/docs/fbl/fblplan.pdf" target="_blank">Plan Book</a> | 
		   	<a href="http://www.osaa.org/docs/fbl/15RemindersMemo.pdf" target="_blank">Reminders Memo</a> 
			</small>
		</div>	

    	<img src="<?php echo asset('/images/logos/Soccer.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		<div class="item">
			<b><a href="<?php echo url('/activities/bsc/management'); ?>" target="_blank">Soccer</b></a><br />
			<small>
        	<a href="http://www.osaa.org/docs/bsc/scplan.pdf" target="_blank">Plan Book</a> | 
		   	<a href="http://www.osaa.org/docs/bsc/15RemindersMemo.pdf" target="_blank">Reminders Memo</a> 
			</small>
		</div>

    	<img src="<?php echo asset('/images/logos/Volleyball.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		<div class="item">
			<b><a href="<?php echo url('/activities/vbl/management'); ?>" target="_blank">Volleyball</b></a><br />
			<small>
        	<a href="http://www.osaa.org/docs/vbl/vblplan.pdf" target="_blank">Plan Book</a> | 
		   	<a href="http://www.osaa.org/docs/vbl/AD2015Memo.pdf" target="_blank">Reminders Memo</a> 
			</small>
		</div>		
		 */ ?>

		<?php /*  ========== AIR QUALITY ========== 


     	<img src="<?php echo asset('/images/logos/healthsafety.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		<div class="item">
			<b><a href="<?php echo url('/health-safety'); ?>" target="_blank">Health & Safety</b></a><br />
			<small>
        	<a href="http://www.osaa.org/docs/health-safety/AirQualityIndexMemo.pdf" target="_blank">Air Quality Guidelines</a> 
			</small>
		</div>	
		 */ ?>

		<?php /*  ========== NFHS NETWORK ========== 

    	<img src="<?php echo asset('/images/logos/NFHSNetwork2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	

	    <div class="item">
			<small>
			<a href="http://www.nfhsnetwork.com/dvds" target="_blank">Purchase DVDs <br>from the NFHS Network</a><br />
			</small>
		</div>
		 */ ?>
				
		<?php /*  ========== TRACK & FIELD ========== 

		<a href="http://www.osaa.org/activities/btf/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Track.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
			    <div class="item">
			<b><a href="<?php echo url('/activities/btf/management'); ?>">Track and Field</b></a><br />
			<small>
				<a href="<?php echo url('/activities/btf/results'); ?>">Entries/LIVE Results</a> |
	        	<a href="http://www.nfhsnetwork.com/osaa" target="_blank">NFHS Network Video</a> | 
	        	<a href="http://www.athletic.net/TrackAndField/School.aspx?SchoolID=22498" target="_blank">District Results</a>
			</small>
		</div>
		 */ ?>
		<?php /*  ========== TENNIS ========== 

		<a href="http://www.osaa.org/activities/btn/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Tennis.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
			    <div class="item">
			<b><a href="<?php echo url('/activities/btn/management'); ?>">Tennis</b></a><br />
			<small>
				<a href="<?php echo url('/activities/btn/league-results'); ?>">District Results</a> 
			<b>Brackets:</b> <a href="http://www.osaa.org/activities/btn/brackets" target="_blank">Boys</a> | <a href="http://www.osaa.org/activities/gtn/brackets" target="_blank">Girls</a>
			</small>
		</div>
		 */ ?>

		<?php /*  ========== GOLF ========== 

		<a href="http://www.osaa.org/activities/bgf/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Golf.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>

			    <div class="item">
			<b><a href="<?php echo url('/activities/bgf/management'); ?>">Golf</b></a><br />
			<small>
				<a href="<?php echo url('/activities/bgf/results'); ?>">Pairings & Results</a> 
			</small>
		</div>			
		 */ ?>

		<?php /*  ========== SOLO MUSIC ========== 

		<a href="http://www.osaa.org/activities/sol/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Music.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>

			    <div class="item">
			<b><a href="<?php echo url('/activities/sol/management'); ?>">Solo Music</b></a><br />
			<small>
				<a href="<?php echo url('/activities/sol/entries'); ?>">Schedule</a> | 
				<a href="<?php echo asset ('docs/sol/2015results.pdf'); ?>" target="_blank">Results</a>
			</small>
		</div>
		 */ ?>

		<?php /*  ========== SPEECH ========== 

		<a href="http://www.osaa.org/activities/spe/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Speech.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	

	    <div class="item">
			<b><a href="<?php echo url('/activities/spe/management'); ?>">State Speech Results</b></a><br />
			<small>
			<a href="<?php echo asset ('docs/spe/15IEresults.pdf'); ?>" target="_blank">Ind. Events</a> | <a href="<?php echo asset ('docs/spe/15Debateresults.pdf'); ?>" target="_blank">Debate</a> | <a href="<?php echo asset ('docs/spe/15Congressresults.pdf'); ?>" target="_blank">Congress</a>
			</small>

		</div>
		 */ ?>
		


    	<?php /*  ========== BOYS BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">Boys Basketball</b></a><br />
				<small>
				<a href="<?php echo url('/activities/bbx/schedules'); ?>">Schedules</a> |
				<a href="<?php echo url('/activities/bbx/brackets'); ?>">Brackets</a>
			</small>
		</div>
		 */ ?>

    	<?php /*  ========== BOYS BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">Boys Basketball</b></a><br />
				<small>
				<a href="<?php echo url('/activities/bbx/schedules'); ?>">Schedules</a> |
				<a href="<?php echo url('/activities/bbx/rankings'); ?>">Rankings</a> | 
				<a href="<?php echo url('/activities/bbx/brackets'); ?>">Brackets</a>

			</small>
		</div>	 
		 */ ?>
		
		<?php /*  ========== WRESTLING ========== 
	
		<a href="http://www.osaa.org/activities/wre/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Wrestling.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 0;" />
		</a>
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/wre/management'); ?>">State Wrestling</b></a><br />
				<small>
				<a href="<?php echo url('/activities/wre/brackets'); ?>">Brackets/Team Scores</a> | 
	        	<a href="http://s100.trackwrestling.com/tw/Login.jsp?TIM=1424801586172&twSessionId=puldnviwvzstpvu&tName=osaa&state=&sDate=&eDate=&lastName=&firstName=&teamName=&sfvString=&city=&gbId=	" target="_blank">TrackWrestling</a> |
				<a href="http://s400.trackwrestling.com/tw/Login.jsp?TIM=1455120861220&twSessionId=mmfsusrogeikdmq&tName=osaa&state=&sDate=&eDate=&lastName=&firstName=&teamName=&sfvString=&city=&gbId=&camps=false" target="_blank">Special District Tourneys</a> 
	        	<a href="http://www.nfhsnetwork.com/osaa" target="_blank">NFHS Network</a>			
		</small>
		</div>
		 */ ?>
		
			
		<?php /*  ========== NFHS NETWORK ========== 

    	<img src="<?php echo asset('/images/logos/NFHSNetwork2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	

	    <div class="item">
			<small>
			<a href="http://www.nfhsnetwork.com/channels/oregon/" target="_blank">Watch OSAA.tv coverage on-demand<br>on the NFHS Network</a><br />
			</small>
		</div>
		     	<img src="<?php echo asset('/images/logos/OSAACircle.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" /> 
        <div class="item one_line">
			<small>
			<a href="http://www.osaa.org/docs/broadcast/14-15AdministratorWorkshopMemo.pdf" target="_blank">2014-15 Fall Administrator Workshop Schedule </a> 
			</small>
		</div>
	    <div class="item">
			<small>
			<a href="http://www.nfhsnetwork.com/channels/oregon/dvds" target="_blank">Purchase DVDs <br>from the NFHS Network</a><br />
			</small>
		</div>
		 */ ?>
		

	</div>
	<?php /*  Closing Tag  */ ?>

<?php endif; ?>