<?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('2019-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

		
		
		
		
    	<img src="<?php echo asset('/images/icons/ticket_24px.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 4px 5px 0 5px;" />     	
		
	    <div class="item" style="font-weight: bold; line-height: 1em; padding-top: 4px;">
			
			6A Tickets<br />Available Onsite Only
			
		</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">Broadcast <br>Schedule</a><br />
			</small>
		</div>
				
		<?php /*  ========== SOCCER ========== */ ?> 
		
		
		

						<?php /*  ========== GIRLS SOCCER ========== */ ?> 
			<a href="http://www.osaa.org/activities/bsc/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Soccer2.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/schedules'); ?>">Sched.</a> |
				<a href="<?php echo url('/activities/gsc/teams-leagues'); ?>" target="_blank">Stand.</a> |
			<a href="<?php echo url('/activities/gsc/rankings'); ?>">Rank.</a>	|			
		    <a href="<?php echo url('/activities/gsc/brackets'); ?>">Brackets</a> 
			</small>
		</div>	 
		
		
				<?php /*  ========== BOYS SOCCER ==========  */ ?>
			<a href="http://www.osaa.org/activities/bsc/management" target="_blank">
    		<?php /*  <img src="<?php echo asset('/images/logos/Soccer2.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/schedules'); ?>">Sched.</a> |
				<a href="<?php echo url('/activities/bsc/teams-leagues'); ?>" target="_blank">Stand.</a> |
			<a href="<?php echo url('/activities/bsc/rankings'); ?>">Rank.</a>	|			
			<a href="<?php echo url('/activities/bsc/brackets'); ?>">Brackets</a> 
			</small>
		</div>	 
		

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

    	<a href="http://www.osaa.org/activities/vbl/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Volleyball2.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>
			<?php /*  <a href="<?php echo url('/activities/vbl/tickets'); ?>">Final Site Tickets</a> 
					<a href="<?php echo url('/activities/vbl/schedules'); ?>">Schedules</a> | 
					<a href="<?php echo url('/activities/vbl/teams-leagues'); ?>" target="_blank">Standings</a> |
					<a href="<?php echo url('/activities/vbl/rankings'); ?>">Rankings</a>  |  */ ?>
					<a href="<?php echo url('/activities/vbl/brackets'); ?>">Brackets</a> 
										
				
			</small>		
		</div>

				<?php /*  ========== FOOTBALL ==========  */ ?>
			<a href="http://www.osaa.org/activities/bsc/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Football2.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">Football</b></a><br />
			<small>
			<a href="<?php echo url('/activities/fbl/schedules'); ?>">Sched.</a> |
				<a href="<?php echo url('/activities/fbl/teams-leagues'); ?>" target="_blank">Stand.</a> |
			<a href="<?php echo url('/activities/fbl/rankings'); ?>">Rank.</a>				
				<?php /*  <a href="<?php echo url('/activities/fbl/brackets'); ?>">Brackets</a>  */ ?> 
			</small>
		</div>

		<?php /*  ========== CROSS COUNTRY ==========  */ ?>
    	<a href="http://www.osaa.org/activities/bxc/management" target="_blank">
			<img src="<?php echo asset('/images/logos/CrossCountry2.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="http://www.athletic.net/CrossCountry/School.aspx?SchoolID=22498" target="_blank">District Meets </a>
				<?php /* Schedules <a href="<?php echo url('/activities/bxc/meet-schedules'); ?>">Boys</a> |
				<a href="<?php echo url('/activities/gxc/meet-schedules'); ?>">Girls</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="http://www.osaa.org/health-safety/air-quality" target="_blank">Air Quality</b></a><br />
			<small>
			<a href="http://www.osaa.org/health-safety/air-quality " target="_blank">Policy</a> |
        	<a href="https://oraqi.deq.state.or.us/home/map " target="_blank">DEQ</a> 
			</small>
		</div>	
		 */ ?>
		
	
		
				<?php /*  ========== HEAT INDEX ========== 

     	<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="http://www.osaa.org/heat-index" target="_blank">Heat Index</b></a><br />
			<small>
        	<a href="http://www.osaa.org/heat-index" target="_blank">Calculator</a> 
			</small>
		</div>	
		 */ ?>			
		
		
			<?php /* ====================Fall Sports Schedules =================== 	

				<div class="item">
		<b>Fall Sports Schedules</b>	<br />
			<small>
				<a href="<?php echo url('/activities/gsc/schedules'); ?>" target="_blank">Girls Soccer</a> | 
				<a href="<?php echo url('/activities/bsc/schedules'); ?>" target="_blank">Boys Soccer</a> | 
				<a href="<?php echo url('/activities/fbl/schedules'); ?>" target="_blank">Football</a> |
				<a href="<?php echo url('/activities/vbl/schedules'); ?>" target="_blank">Volleyball</a> | 
				<a href="<?php echo url('/activities/gxc/meet-schedules'); ?>" target="_blank">Girls XC</a>  |
				<a href="<?php echo url('/activities/bxc/meet-schedules'); ?>" target="_blank">Boys XC</a> 

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

		
				<?php /* ====================Important Summer Forms ===================
		
	<a href="http://www.osaa.org/governance/forms" target="_blank">
     	<img src="<?php echo asset('/images/logos/OSAACircle.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('/governance/forms'); ?>">Important Summer Forms</b></a><br />
			<small>
			    <a href="<?php echo asset ('docs/forms/StudentIntentToTransfer.pdf'); ?>" target="_blank">Intent to Transfer</a> |
				<a href="<?php echo asset ('docs/forms/PhysicalExamination-English2017.pdf'); ?>" target="_blank">Physical Form</a>			
			</small>

		</div>
		 */ ?>
		
				<?php /*  ==================== NFHS Learning Center =================== 	
		<a href="http://www.nfhslearn.com" target="_blank">
     		<img src="<?php echo asset('/images/logos/nfhs_32px.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />    	
		</a>
				
	    <div class="item">
			<b><a href="http://www.nfhslearn.com" target="_blank">NFHS Learn Center Courses</b></a><br />
			<small>
				<a href="http://nfhslearn.com/courses/61026/fundamentals-of-coaching" target="_blank">Fund.</a> |
				<a href="http://nfhslearn.com/courses/61037/concussion-in-sports" target="_blank">Concussion</a> |
				<a href="http://nfhslearn.com/courses/34000/heat-illness-prevention" target="_blank">Heat Ill.</a> |
				<a href="https://nfhslearn.com/courses/61121/appearance-and-performance-enhancing-drugs-and-substances" target="_blank">Steroids</a>
			</small>
		</div>
		 */ ?>
		
		
			<?php /*  ==================== Administrator Workshop =================== 
		
		<a href="<?php echo url('/administrators/workshop'); ?>" target="_blank">
     		<img src="<?php echo asset('/images/logos/OSAACircle.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('/administrators/workshop'); ?>">18-19 Admin Workshops</b></a><br />
			<small>
				<a href="<?php echo asset('/docs/broadcast/18-19AdministratorWorkshopMemo.pdf'); ?>" target="_blank">Info Memo</a> |
				<a href="<?php echo url('/administrators/workshop'); ?>" target="_blank">Register</a>

			</small>
		</div> 
		 */ ?>
				<?php /*  ========== Spirit Safety Clinics ========== 	

    <img src="<?php echo asset('/images/icons/spirit_safety_2_32px.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />   	
		
		<div class="item"> 
			<b><a href="<?php echo url('/spirit-safety'); ?>" target="_blank">Spirit Safety Online Course</b></a><br />
			<small>
        	<a href="<?php echo url('/coaches/requirements'); ?>" target="_blank">Coach Training Requirements</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>Fall Plan Books</b><br />
			<small>
        	<a href="http://www.osaa.org/docs/planbooks/xcplan.pdf" target="_blank">Cross Country</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/fblplan.pdf" target="_blank">Football</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/scplan.pdf" target="_blank">Soccer</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/vblplan.pdf" target="_blank">Volleyball</a>

			</small>
		</div>	
		 */ ?>
		
		
						<?php /*  ========== AIR QUALITY & HEAT INDEX ========== 	

     	<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="http://www.osaa.org/health-safety/air-quality" target="_blank">Health & Safety</b></a><br />
			<small>
			<a href="http://www.osaa.org/health-safety/air-quality " target="_blank">Air Policy</a> |
        	<a href="https://oraqi.deq.state.or.us/home/map " target="_blank">DEQ</a> |
			<a href="http://www.osaa.org/heat-index" target="_blank">Heat Index</b></a><br /> |
			</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; height: 32px;" />
		</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/live?site=osu'); ?>" target="_blank">Live Coverage</a> | 
					  <a href="<?php echo url('/activities/sbl/teams-leagues'); ?>" target="_blank">Standings</a> |   
					<a href="<?php echo url('/activities/sbl/brackets'); ?>" target="_blank">Brackets</a>  |
					<a href="<?php echo url('/programs'); ?>">Digital Program</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; height: 32px;" />
		</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/live?site=volcanoes'); ?>" target="_blank">Live Coverage</a> | 
				 <a href="<?php echo url('/activities/bbl/teams-leagues'); ?>" target="_blank">Standings</a>	|  		
					<a href="<?php echo url('/activities/bbl/brackets'); ?>" target="_blank">Brackets</a> | 
								<a href="<?php echo url('/programs'); ?>">Digital Program</a>
				
			</small>
		</div>
 */ ?>

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

		<a href="http://www.osaa.org/activities/btn/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Tennis2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px; height: 32px;" />     	
		</a>
			    <div class="item">
			<b><a href="<?php echo url('/activities/btn/management'); ?>">State Tennis</b></a><br />
			<small>
			<b>Brackets/Team Scores:</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>  
			<a href="<?php echo url('/activities/btn/league-results'); ?>">District Results</a>
			</small> 
		</div>
		 */ ?>
		<?php /*  ========== TRACK & FIELD ========== 

		<a href="http://www.osaa.org/activities/btf/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Track2.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 3px 0 3px; height: 32px;" />     	
		</a>
			    <div class="item">
			<b><a href="<?php echo url('/activities/btf/management'); ?>">State Track and Field</b></a><br />
			<small>
			<a href="<?php echo url('/activities/btf/results'); ?>">Results</a> 
		 	<a href="http://www.osaa.org/programs" target="_blank">Digital Programs</a> |
			 <a href="<?php echo url('/activities/btf/management'); ?>">Heats/Flights</a>  
			<a href="https://www.nfhsnetwork.com/tournament/oregon-spring-championships/track-field-or?utm_campaign=Oregon%20Track%20%26%20Field%202018%20e&utm_medium=email&_hsenc=p2ANqtz-_4AGGsFOBmY5JzoYhIizTZpajFLb82T94YIWWu8WxmlVIUxeABRBwgI7SOuZibKufkm-iGbexOy-pWiUWrTMxaxn8oEg&_hsmi=63011554&utm_content=63011554&utm_source=hs_email&hsCtaTracking=d0bf3222-9106-49d9-87ec-71cb8a150624%7Ca14425e6-2ec9-4eb7-b04e-dc957a9d62db" target="_blank">NFHS Network</a> 
			</small>
		</div>
		 */ ?>

		
					
		<?php /*  ========== BAND/ORCHESTRA ========== 		

		<a href="http://www.osaa.org/activities/bnd/management" target="_blank">
		</a>
		<a href="http://www.osaa.org/activities/cho/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Music2.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/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 /* ====================Spring Sports Schedules =================== 

		<div class="item">
			<b>Spring Sports Schedules</b>	<br />
			<small>
			 <a href="<?php echo url('/activities/sbl/schedules'); ?>" target="_blank">Softball</a> | 
			<a href="<?php echo url('/activities/bbl/schedules'); ?>" target="_blank">Baseball</a> | 
				Golf: <a href="<?php echo url('/activities/ggf/meet-schedules'); ?>" target="_blank">G</a> - 
				<a href="<?php echo url('/activities/bgf/meet-schedules'); ?>" target="_blank">B</a> | 
				Tennis: <a href="<?php echo url('/activities/gtn/meet-schedules'); ?>" target="_blank">G</a> - 
				<a href="<?php echo url('/activities/btn/meet-schedules'); ?>" target="_blank">B</a> |
				Track: <a href="<?php echo url('/activities/gtf/meet-schedules'); ?>" target="_blank">G</a> -
				<a href="<?php echo url('/activities/btf/meet-schedules'); ?>" target="_blank">B</a> 

			</small>
		</div>
		 */ ?>
		
		<?php /*  ========== CHOIR ========== 

		<a href="http://www.osaa.org/activities/cho/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Music2.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'); ?>">Perform Order</a> | 
			<a href="<?php echo asset ('docs/cho/18MaskedResults.pdf'); ?>" target="_blank">Results</a> 
			</small>
		</div>
		
		 */ ?>	

		<?php /* 	<div class="item">		
		<b>Spring Activities</b>	<br />
			<small>
			<a href="<?php echo url('/activities/bnd/management'); ?>">Band/Orchestra</a> | 
			<a href="<?php echo url('/activities/cho/management'); ?>">Choir</a> 
			<a href="<?php echo url('/activities/sol/management'); ?>">Solo </a> 
				 <a href="<?php echo url('/activities/spe/management'); ?>">Speech</a>
		</small> 
		</div>
		 */ ?>
		
		<?php /*  ========== SOLO MUSIC ========== 
		<a href="http://www.osaa.org/activities/sol/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Music2.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'); ?>">Entries & Schedule</a> 
			<a href="<?php echo asset ('docs/sol/2018results.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'); ?>">Speech/Debate</b></a><br />
			<small>
			<a href="<?php echo asset ('docs/spe/18masterentry.pdf'); ?>" target="_blank">Entry List</a> | 
			<a href="<?php echo asset ('docs/spe/18StateSchedule.pdf'); ?>" target="_blank">Schedule</a> | 
			<a href="<?php echo asset ('docs/spe/speechadmincoachinfo.pdf'); ?>" target="_blank">Info.</a> 
			<a href="https://www.tabroom.com/index/tourn/results/event_results.mhtml?tourn_id=10012&result_id=68029 " target="_blank">Results</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</b></a><br />
				<small>
				 <a href="<?php echo url('/activities/dnc/information/calendar'); ?>" target="_blank">Calendar</a>  
				 <a href="<?php echo url('/activities/dnc/results'); ?>" target="_blank">Results</a>  
					 <a href="http://www.nfhsnetwork.com/events/osaa/gamb35df0be8d" target="_blank">NFHS Network</a> |
					 <a href="http://www.osaa.org/programs" target="_blank">Program</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/brackets'); ?>" target="_blank">Brackets</a> |
				<a href="<?php echo url('/activities/gbx/schedules'); ?>" target="_blank">Schedules</a> | 
				<a href="<?php echo url('/activities/gbx/teams-leagues'); ?>" target="_blank">Standings</a> | 
				<a href="<?php echo url('/activities/gbx/rankings'); ?>">Rankings</a>  
				
			</small>
		</div>
		
		 */ ?>		
		
 		<?php /*  ========== BOYS BASKETBALL ========== 
			 	<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball.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/brackets'); ?>" target="_blank">Brackets</a> |
				<a href="<?php echo url('/activities/bbx/schedules'); ?>" target="_blank">Schedules</a> | 
				<a href="<?php echo url('/activities/bbx/teams-leagues'); ?>" target="_blank">Standings</a> | 
				<a href="<?php echo url('/activities/bbx/rankings'); ?>">Rankings</a>
					
			</small>
		</div>
		 */ ?>


		<?php /*  =================Basketball Brackets ================
		<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 Brackets & LIVE Stats</b></a><br />
			<small>
			<b>Girls</b>: 
			<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</b>: 
			<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 /*  ========== 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 /*  ========== 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('http://www.nfhsnetwork.com/associations/osaa'); ?>">NFHS Network</b></a><br />
			<small>
			<a href="<?php echo url('https://www.nfhsnetwork.com//explore/upcoming/school/93faee8c2c'); ?>">Basketball Games</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 5px;" />
		</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 asset ('docs/bsw/champeventsch.pdf'); ?>" target="_blank">Schedule</a> | 
				<a href="http://www.osaa.org/activities/bsw/results" target="_blank">Results</a> 

				</small>
		</div>
		 */ ?>
		
				<?php /*  ========== WRESTLING ========== 
	
		<a href="http://www.osaa.org/activities/wre/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Wrestling2.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="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">SD Tourneys</a> | 
				<a href="<?php echo asset ('docs/wre/championshipschedule.pdf'); ?>" target="_blank">Schedule</a> |   
				<a href="<?php echo url('/activities/wre/brackets'); ?>">Brackets/Results</a> 
				<a href="<?php echo url('/activities/wre/meet-schedules'); ?>" target="_blank">Schedules</a>
					<a href="<?php echo asset ('/docs/wre/championshipschedulewithbouttimes.pdf'); ?>" target="_blank">Schedule</a> | 
					<a href="<?php echo url('/activities/wre/brackets'); ?>">Brackets/Team Scores</a> 

					<a href="http://www.nfhsnetwork.com/tournament/oregon-winter-championships/wrestling-or" 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">State Cheer</b></a><br />
				<small>
				<a href="<?php echo asset('/docs/che/18results.pdf'); ?>" target="_blank">Results</a>  
				 <a href="http://www.osaa.org/programs" target="_blank">Program</a>
				
				
				<a href="<?php echo url('/activities/che/information/calendar'); ?>" target="_blank">Calendar</a>
				<a href="<?php echo asset('/docs/che/18results.pdf'); ?>" target="_blank">Results</a>
				</small>
		</div>
		 */ ?>
		
		<?php /*  ========== FOOTBALL ========== 

		<a href="http://www.osaa.org/activities/fbl/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Football1.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">Football</b></a><br />
			<small>
			<a href="<?php echo url('/activities/fbl/brackets'); ?>">Brackets/Live Coverage</a>
				
				<a href="<?php echo url('/activities/fbl/tickets'); ?>" target="_blank">Buy 6A Semis Tickets</a>				
				<a href="http://ev9.evenue.net/cgi-bin/ncommerce3/SEGetEventList?groupCode=HSFOOT&linkID=timbers&shopperContext=&caller=&appCode=" target="_blank">Buy 6A Semis Tickets</a>
				<a href="<?php echo url('/activities/fbl/tickets'); ?>">Buy Semis Tickets</a> 
				<a href="<?php echo url('/activities/fbl/schedules'); ?>">Schedules</a> | 
				<a href="<?php echo url('/activities/fbl/rankings'); ?>">Rankings</a>  
				<a href="<?php echo url('/activities/fbl/teams-leagues'); ?>" target="_blank">Standings</a> | 				
				<a href="<?php echo url('/activities/fbl/brackets'); ?>">Brackets</a> |  
				<a href="<?php echo url('/activities/fbl/tickets'); ?>">Tickets</a>  | 
				<a href="http://www.osaa.org/media" target="_blank">Broadcast Info</a> |
				<a href="<?php echo url('http://www.nfhsnetwork.com/tournament/oregon-fall-championships/football-or'); ?>">NFHS Network</a>				
				<a href="<?php echo url('/activities/fbl/schedules'); ?>">Schedules</a>
				<br />
		
			</small>
		</div>
		 */ ?>







		<?php /*  ========== SOCCER BRACKETS ========== 
		
			<a href="http://www.osaa.org/activities/gsc/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Soccer1.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		</a>
		<div class="item">
			<b>Soccer State Championships</b><br />
			<small>
			<b>Brackets:</b>	<a href="<?php echo url('/activities/gsc/brackets'); ?>">Girls</a> |
				<a href="<?php echo url('/activities/bsc/brackets'); ?>">Boys</a>  
				 <a href="<?php echo url('/activities/bsc/tickets'); ?>">Tickets</a> | 
				<a href="<?php echo url('/programs'); ?>">Digital Program</a> | 
					<a href="<?php echo url('http://www.nfhsnetwork.com/tournament/oregon-fall-championships/soccer-or'); ?>">NFHS Network</a>
			
			</small>
		</div>		
		 */ ?>

		 		<?php /*  ========== GIRLS SOCCER ========== 
		<a href="http://www.osaa.org/activities/gsc/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Soccer1.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/schedules'); ?>">Schedules</a> | 
				<a href="<?php echo url('/activities/gsc/teams-leagues'); ?>" target="_blank">Standings</a> |
			<a href="<?php echo url('/activities/gsc/rankings'); ?>">Rankings</a>
				<a href="<?php echo url('/activities/gsc/brackets'); ?>">Brackets</a>				
			</small>
		</div>
		 */ ?>
					

		
		<?php /*  ========== CROSS COUNTRY ========== 
    	<a href="http://www.osaa.org/activities/bxc/management" target="_blank">
			<img src="<?php echo asset('/images/logos/CrossCountry1.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/meet-schedules'); ?>">Boys </a> |
				<a href="<?php echo url('/activities/gxc/meet-schedules'); ?>">Girls</a>
					<a href="http://www.athletic.net/CrossCountry/School.aspx?SchoolID=22498" target="_blank">District Results |</a>
				<a href="<?php echo url('/activities/bxc-gxc/entries'); ?>">Entries</a> |
				<a href="<?php echo url('/activities/bxc-gxc/results'); ?>">Results</a> 				
				
				<a href="<?php echo url('/activities/bxc/tickets'); ?>">Tickets</a>
			</small>
		</div>				
		 */ ?>
		
		<?php /* 				Schedules:	<a href="<?php echo url('/activities/bxc/meet-schedules'); ?>">Boys</a> | <a href="<?php echo url('/activities/gxc/meet-schedules'); ?>">Girls</a> 
						<a href="<?php echo url('/activities/bxc-gxc/entries'); ?>">State Entries</a>
						<a href="<?php echo url('/activities/bxc-gxc/results'); ?>">Results</a> 				
				
					
			</small>
		</div>	
		 */ ?>
		
		<?php /*  ========== Fall Activities ========== 


     	<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>Fall Activities</b><br />
			<small>
        	<a href="<?php echo url('/activities/bxc/management'); ?>" target="_blank">Boys XC</a> | 
        	<a href="<?php echo url('/activities/gxc/management'); ?>" target="_blank">Girls XC</a> | 
        	<a href="<?php echo url('/activities/fbl/management'); ?>" target="_blank">Football</a> | 
        	<a href="<?php echo url('/activities/bsc/management'); ?>" target="_blank">Boys Soccer</a> | 
			<a href="<?php echo url('/activities/gsc/management'); ?>" target="_blank">Girls Soccer</a> |
			<a href="<?php echo url('/activities/vbl/management'); ?>" target="_blank">Volleyball</a>			

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



		

			

		
		<?php /*  ========== ECLIPSE ========== 

     	<img src="<?php echo asset('/images/logos/eclipse.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		<div class="item">
			<b>Eclipse Memo</b><br />
			<small>
        	<a href="http://www.osaa.org/docs/committees/sportsmed/eclipsememo.pdf " target="_blank">Eclipse Safety Reminders</a>
			
				</small>
		</div>	
		 */ ?>	
		
		

		
	<?php /*  ========== SOCCER ========== 
    	<a href="http://www.osaa.org/activities/bsc/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Soccer2.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">Soccer</b></a><br />
			<small>
				<b>Brackets:</b> <a href="<?php echo url('/activities/bsc/brackets'); ?>">Boys</a> |  <a href="<?php echo url('/activities/gsc/brackets'); ?>">Girls</a> 
				
					<a href="<?php echo url('/activities/bsc/rankings'); ?>">Rankings</a> 
					<a href="<?php echo url('/activities/bsc/schedules'); ?>">Scores</a>
					<a href="<?php echo url('/activities/bsc/schedules'); ?>">Schedules/Scores</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/planbooks/bxbplan.pdf" target="_blank">Basketball</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/swplan.pdf" target="_blank">Swimming</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/wreplan.pdf" target="_blank">Wrestling</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/cheplan.pdf" target="_blank">Cheerleading</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/dncplan.pdf" target="_blank">Dance/Drill</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>Spring Plan Books</b><br />
			<small>
        	<a href="http://www.osaa.org/docs/planbooks/sblplan.pdf" target="_blank">Softball</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/bblplan.pdf" target="_blank">Baseball</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/gfplan.pdf" target="_blank">Golf</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/tnplan.pdf" target="_blank">Tennis</a> | 
        	<a href="http://www.osaa.org/docs/planbooks/tfplan.pdf" target="_blank">Track</a>
			</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#trophies" target="_blank">Personalize a Mini-Trophy <br>from Crown Trophy</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">
			<b><a href="<?php echo url('http://www.nfhsnetwork.com/associations/osaa'); ?>">NFHS Network LIVE Streaming</b></a><br />
			<small>
			<a href="<?php echo url('http://www.nfhsnetwork.com/tournament/oregon-spring-championships/softball-or'); ?>">Softball Finals</a> | 
			<a href="<?php echo url('http://www.nfhsnetwork.com/tournament/oregon-spring-championships/baseball-or'); ?>">Baseball Finals</a>
		</small>
		</div>
			 */ ?>
			

	<?php /* ====================Winter Sports Schedules ===================	

				<div class="item">
		<b>Winter Sports Schedules</b>	<br />
			<small>
				<a href="<?php echo url('/activities/gbx/schedules'); ?>" target="_blank">Girls Basketball</a> | 
				<a href="<?php echo url('/activities/bbx/schedules'); ?>" target="_blank">Boys Basketball</a> | 
				<a href="<?php echo url('/activities/gsw/meet-schedules'); ?>" target="_blank">Girls Swim</a> |
				<a href="<?php echo url('/activities/bsw/meet-schedules'); ?>" target="_blank">Boys Swim</a> | 
				<a href="<?php echo url('/activities/wre/meet-schedules'); ?>" target="_blank">Wrestling</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/Debate</b></a><br />
			<small>
			<a href="https://www.tabroom.com/index/tourn/index.mhtml?tourn_id=7433" target="_blank">Tabroom.com</a> | 
			<a href="<?php echo asset ('docs/spe/17results.pdf'); ?>" target="_blank">Sweepstakes</a>
			<a href="<?php echo asset ('docs/spe/17StateSchedule.pdf'); ?>" target="_blank">Schedule</a> | 
			Legislation: <a href="<?php echo asset ('docs/spe/17Day1.pdf'); ?>" target="_blank">Day 1</a> | <a href="<?php echo asset ('docs/spe/17Day2.pdf'); ?>" target="_blank">Day 2</a> 
			</small>
		</div>
		
		
		 ========== 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 /*  ========== 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/osaa" target="_blank">NFHS Network</a>
			</small>
		</div> 
		
		 */ ?>
		
		<?php /*  ========== BASKETBALL CHAMPIONSHIPS ========== 

				<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 Live Coverage</b></a><br />
			<small>
			<b>5A</b>: <a href="<?php echo url('/activities/bbx/brackets/live?div=5A&site=oregon'); ?>">Stats</a> | <a href="<?php echo url('http://mixlr.com/osaa-radio-network-3/'); ?>">Audio</a>
			</a>
			</small>
		</div>	
		 */ ?>
		

		
	

		
		
     
		



		
		<?php /* 

			TEMPLATES

    	 */ ?>
	
		<?php /*  ========== 6A FOOTBALL ========== 

		<a href="http://www.osaa.org/activities/fbl/management" target="_blank">
    		<img src="<?php echo asset('/images/logos/Football2.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 State Championships - Providence Park, Sat., Noon</b></a><br />
			<small>
				<a href="<?php echo url('/activities/fbl/tickets'); ?>" target="_blank">Buy Tickets</a> | 				
				<a href="<?php echo url('/activities/fbl/brackets/live?div=6A&site=providence'); ?>">Live Coverage</a> | 
				<a href="http://www.osaa.org/media" target="_blank">Broadcast Info</a> | 
				<a href="<?php echo url('/programs'); ?>" target="_blank">Download Program</a>				
			</small>
		</div>
		 */ ?>
		    	<?php /*  ========== BASKETBALL ========== 

		<a href="<?php echo url('/activities/bbx/management'); ?>" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball.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">BASKETBALL</b></a><br />

				<small>
				<b> Schedules & Scores</b><a href="<?php echo url('/activities/bbx/schedules'); ?>" target="_blank">   Boys</a> |  
				<a href="<?php echo url('/activities/gbx/schedules'); ?>" target="_blank">Girls</a>  
			</small>
		</div>

		 */ ?>

		
		<?php /*  ========== TICKETS ========== 	


		<a href="http://www.osaa.org/activities/fbl/tickets" target="_blank">
    		<img src="<?php echo asset('/images/logos/BuyTickets_32px.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/tickets'); ?>" target="_blank">Buy Football Tickets</b></a><br />
			<small>
				<a href="<?php echo url('/activities/fbl/tickets'); ?>" target="_blank">6A Finals</a>
					<a href="<?php echo url('/activities/fbl/tickets'); ?>" target="_blank">6A Semifinals</a>
					<a href="<?php echo url('/activities/fbl/tickets'); ?>" target="_blank">5A-1A Finals</a>				
			</small>
		</div>
		 */ ?>
				
		

		





		<?php /*  ========== District Athletic Committees ========== 


     	<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('/governance/committees'); ?>" target="_blank">District Athletic Committees</b></a><br />
			<small>
        	<a href="http://www.osaa.org/docs/committees/RegularDistrictAthleticCommittees.pdf" target="_blank">2016-17 Roster</a> |
			<a href="https://youtu.be/rqbzXmDUr6o" target="_blank">Video Tutorial for Committee Members</a>
			</small>
		</div>	
		 */ ?>

		<?php /*  ========== Spirit Safety Clinics ========== 


     	<img src="<?php echo asset('/images/icons/spirit_safety_2_32px.png'); ?>" alt="" title="" style="position: relative; top: 2px; float: left; margin: 0 5px 0 5px;" />     	
		<div class="item">
			<b><a href="<?php echo url('/spirit-safety/clinic'); ?>" target="_blank">Spirit Safety Clinics</b></a><br />
			<small>
        	<a href="http://www.osaa.org/docs/che/CheerSpiritSafetyClinicAttendance16-17.pdf" target="_blank">Cheer Certifications List</a> |
			<a href="http://www.osaa.org/docs/dnc/Dance&DrillSpiritSafetyClinicAttendance16-17.pdf" target="_blank">Dance Certifications List</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/16fallmemo.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/16RemindersMemo.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/AD2016Memo.pdf" target="_blank">Reminders Memo</a> 
			</small>
		</div>		
		 */ ?>

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

		<a href="http://www.osaa.org/activities/bgf/management" target="_blank">
    	<img src="<?php echo asset('/images/logos/Golf2.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'); ?>">State Golf</b></a><br />
			<small>
			<a href="<?php echo url('/activities/bgf/results'); ?>">Results</a> | 
			<a href="<?php echo url('/activities/bgf/results'); ?>">Pairings/Results</a> 
				<a href="<?php echo url('/activities/bgf/management'); ?>">Practice Rounds</a> |
				<a href="<?php echo url('/activities/bgf/league-results'); ?>">District Results</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 - 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 /*  ========== 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 /*  ========== 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 /*  ========== 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 /*  ========== 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 /*  ========== 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/17results.pdf'); ?>" target="_blank">Results</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=chiles'); ?>" 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=chiles'); ?>" 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=gill'); ?>" 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=gill'); ?>" target="_blank">LIVE</a> 
			</small>
		</div>	               	       
		
		
	    <div class="item">
			<b><a href="<?php echo url('/activities/bbx/management'); ?>">4A Basketball - Forest Grove HS / Pacific Univ.</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=forest'); ?>" 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=forest'); ?>" target="_blank">LIVE</a> 
			</small>
		</div>	
		 */ ?>	
		
		<?php /*  ========== 6A, 5A, 4A BASKETBALL CHAMPIONSHIPS ========== 

				<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 Brackets & LIVE Stats</b></a><br />
			<small>
			
			<b>Girls</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</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>	
		 */ ?>
		
		

		
		<?php /*  ========== CHAMPIONSHIP PROGRAMS ==========  */ ?>
    	<?php /*  <a href="http://www.osaa.org/programs" target="_blank">
    	<img src="<?php echo asset('/images/icons/stateChampionships_32px.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/programs" target="_blank">Download<br>Souvenir Programs</a><br />
			</small>
		</div>  */ ?>
		
    	<?php /*  ========== GIRLS BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball.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 /*  ========== BOYS BASKETBALL ========== 

		<a href="http://www.osaa.org/activities/bbx/management" target="_blank">
		<img src="<?php echo asset('/images/logos/Basketball.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'); ?>" 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>	
				<a href="<?php echo url('/activities/wre/meet-schedules'); ?>">Schedules</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>
				<b> Schedules</b><a href="<?php echo url('/activities/bsw/meet-schedules'); ?>" target="_blank">   Boys</a> |  
				<a href="<?php echo url('/activities/gsw/meet-schedules'); ?>" target="_blank">Girls</a>  
				<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/tournament/oregon-winter-championships/swimming-or" 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/17results.pdf'); ?>" target="_blank">Results</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/explore/upcoming/school/93faee8c2c" target="_blank">Watch Playoff Football<br>on the NFHS Network</a><br />
			</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 /*  ========== 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 /*  ========== 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/Basketball.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 /*  ========== 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; ?>