
<div class="columns" style="font-size: 10pt;">
	<div class="half">

			<?php if (time() >= strtotime('2016-12-07 16:00:00') and false): ?>
				<h2>State Championships Registration Information</h2>
				<p>
					&raquo; <a href="<?php echo asset ('docs/che/chereginfo.pdf'); ?>" target="_blank">General Registration Information</a>  <br>	
					<i>Includes information regarding entry form, divisions, postings, props, music, etc.</i><br><br>
				
					&raquo; <a href="<?php echo url('/forms/registration/che'); ?>">2017 OSAA State Championship Registration Form</a><br>
					<i>Deadline - January 18, 2017</i>
				</p>			
			<?php endif; ?>


			<?php if (Auth::check() and Auth::user()->isOsaaUser()): ?>
				<h2>State Championships Registration Information</h2>
				&raquo; <a href="<?php echo url('/forms/registration/che'); ?>">2017 OSAA State Championship Registration Form</a>
				<br />
				<i><b>OSAA STAFF ACCESS ONLY</b></i>
			<?php endif; ?>

			
<?php /*  Championship Schedule Posting  */ ?>
<?php /*  Schedule PDF file name/path: public/docs/che/ChampionshipSchedule.pdf  */ ?>

			<?php /*  START HIDDEN SECTION

				<h2>2017 Championship Schedule</h4>
				<p>
					<div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt; margin-right: 20px;">(Updated <?php echo date('M j', filemtime(public_path() . '/docs/che/ChampionshipSchedule.pdf')); ?>)</div>
					
					&raquo; <a href="<?php echo asset ('docs/che/ChampionshipSchedule.pdf'); ?>" target="_blank">Championship Schedule</a><br />
					<i>Championship schedule contains the performance order, team photo schedule and the practice schedule.</i>
				</p>

			END HIDDEN SECTION */ ?>
			

<?php /*  AD Information Posting  */ ?>
<?php /*  Schedule PDF file name/path: public/docs/che/chadinfo.pdf  */ ?>
			
			<?php /*  START HIDDEN SECTION
				
			  	<h2>AD/Coach Information</h2>
				<p>
					<div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt; margin-right: 20px;">(Updated <?php echo date('M j', filemtime(public_path() . '/docs/che/chadinfo.pdf')); ?>)</div>
				
					&raquo; <a href="<?php echo asset ('docs/che/chadinfo.pdf'); ?>" target="_blank">AD/Coach Information</a><br />
					
					<i>Includes information regarding eligibility, music, stunts, plus information about tickets, lodging, divisions, practice, and a general time schedule.</i>
				</p>

			END HIDDEN SECTION */ ?>
			

			


			<h2>Cheerleading Plan Book</h2>
			<div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', filemtime(public_path() . '/docs/planbooks/cheplan.pdf')); ?>)</div>
			<p>
			&raquo; <a href="<?php echo asset ('docs/planbooks/cheplan.pdf'); ?>" target="_blank">Cheerleading Plan Book</a> <br>
			<i>Contains the season dates, NFHS rule changes, OSAA Cheerleading policies, state championship information, 
			divisions, and OSAA general policies</i><br/> 
			</p>

			
			<h2>OSAA Spirit Safety Information</h2>
			<p>
			<i>The high school principal shall be held accountable for verifying that any cheerleading/dance drill 
			coach has attended an OSAA Spirit Safety Clinic by the first day of the Association year in which that 
			person serves as a coach.  Should a cheerleading/dance drill coach fail to attend an OSAA Spirit Safety 
			Clinic by the first day of the Association Year, a violation has occurred and the squad of the non-attending coach shall be prohibited 
			from performing partner stunts, lifts or tumbling until the coach has attended a clinic.  EXCEPTION: Any emergency exception must be authorized in writing by the OSAA before the uncertified coach can resume practices. </i><br>
			&raquo; <a href="<?php echo asset ('docs/che/CheerSpiritSafetyClinicAttendance16-17.pdf'); ?>" target="_blank">OSAA Spirit Safety Workshop Attendance</a>
			</p>	

	        <h2>Reminders / Memos</h2>
            <p>	
			&raquo; <a href="<?php echo asset ('docs/handbooks/PracticeModelBP.pdf'); ?>" target="_blank">Updated Board Policy - Practice Model</a> <br>
			<i>Includes Q&As clarifying the practice model that went into effect August 2014</i><br><br>
			
			<?php /* 			

<h2>2016 Cheerleading Results</h2>
			<p>
			&raquo; <a href="<?php echo asset ('docs/che/16results.pdf'); ?>" target="_blank">2016 Cheerleading Results</a> <br>
			<i>To be posted following each awards ceremony; includes complete results for all teams in each division</i><br/> 
			</p>

			<h2>2016 Championship Schedule</h4>
			<p>	<div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt; margin-right: 20px;">(Updated <?php echo date('M j', filemtime(public_path() . '/docs/che/ChampionshipSchedule.pdf')); ?>)</div>
			&raquo;  <a href="<?php echo asset ('docs/che/ChampionshipSchedule.pdf'); ?>" target="_blank">Championship Schedule</a><br>
			<i>Championship schedule contains the performance order, team photo schedule and the practice schedule.</i>
			</p>

		  	<h2>AD/Coach Information</h2>
			<p><div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt; margin-right: 20px;">(Updated <?php echo date('M j', filemtime(public_path() . '/docs/che/chadinfo.pdf')); ?>)</div>
			&raquo; <a href="<?php echo asset ('docs/che/chadinfo.pdf'); ?>" target="_blank">AD/Coach Information</a>  <br>			
			<i>Includes information regarding eligibility, music, stunts, plus information about tickets, lodging, 
			divisions, practice, and a general time schedule.</i>             
			</p>

		    <h2>State Championships Registration Information</h2>
			<p>
			&raquo; <a href="<?php echo asset ('docs/che/chereginfo.pdf'); ?>" target="_blank">General Registration Information</a>  <br>	
			<i>Includes information regarding entry form, divisions, postings, props, music, etc.</i><br><br>

			&raquo; <a href="<?php echo url('/forms/registration/che'); ?>">2016 OSAA State Championship Registration Form</a><br>
			<i>Deadline - January 20, 2016</i>
			</p>	


			 */ ?>
			<?php /*  This will only show OSAA users the link to the registration form  */ ?>
			<?php /* <?php if (Auth::check() and Auth::user()->isOsaaUser()): ?>
				<h2>State Registration Form <img src="<?php echo asset('images/icons/shield_16px.png'); ?>" alt="" title="" style="vertical-align: middle;" /></h2>
				<p>
					&raquo; <a href="<?php echo url('/forms/registration/che'); ?>">2015 OSAA State Championship Registration Form</a>
				</p>
			<?php endif; ?>

			<h2
			</p>
	
			
			<?php if(Auth::check() and Auth::User()->isOsaaUser()): ?>
			
				&raquo; <a href="<?php echo url('/forms/registration/che'); ?>">State Championship Registration Form</a> <br>
				<b>Due by 4pm, Tuesday, Jan. 20, 2015</b><br>		
				</p>
			
			<?php endif; ?> 
		
				<div class="float_right" style="font-weight: bold; margin: 1px 70px 0 0;">
			<img src="<?php echo asset('/images/icons/yield_icon_32px.png'); ?>" alt="" title="" style="width: 16px; position: relative; top: 1px; margin-right: 5px;" />Currently Sold Out
			</div>

			 */ ?>						  
			
			
	</div>


	<div class="half">
		


						
			<h2>Maps/Directions</h2>
			<p>
			&raquo; All Classifications @ <a href="http://www.rosequarter.com/plan-your-visit/directions" target="_blank">Veterans Memorial Coliseum</a> (Portland)<br/>
			</p>


			
			<h2>Lodging/Visitor Information</h2>
			<p>

			<h3>Headquarter Hotel</h3>
			<a href="http://www.portlandlloydcenter.doubletree.com" target="_blank">DoubleTree Portland-Lloyd Center</a><br>
			&raquo; Groups Call: Alice Yu<br>
			&raquo; Phone: 503.331.4903<br>
			
			<br />
			<a href="http://www.travelportland.com/hotels-deals/portland-perks/" target="_blank">Travel Portland</a><br>
			&raquo; Phone: 1.877.678.5263, Ext. 2
			</p>	

			
			<?php /* 
			<p>
			<h3>Overflow Hotel</h3>
			
			
			<a href="http://www.cpportland.com" target="_blank">Crowne Plaza Portland-Convention Center</a><br>
			&raquo; Groups Call: Kelli Griffith<br>
			&raquo; Phone: 503.542.4273<br>
			</p>
			 
			
			
			<a href="http://www.nfhsnetwork.com/channels/oregon/" target="_blank"><img src="<?php echo asset ('/images/logos/NFHSNetwork.png'); ?>" alt="" title="" width="70" height="100" border="0" class="float_left" style="margin: 15px 10px 1.5em 0 ;" /></a>
			<h2>Watch on the NFHS Network!</h2>
			<p>
			<i>Tune in for LIVE coverage of the OSAA Cheerleading State Championships; subscription fees apply; 
			Day Pass - $9.95</i><br>
			<b><a href="http://www.nfhsnetwork.com/events/osaa/4c0257a7c3" target="_blank">AM Performances</a> | 
			<a href="http://www.nfhsnetwork.com/events/osaa/91c09f0329" target="_blank">PM Performances</a></b>
			</p>

		  	<h2 class="clear">Spectator Information</h2>
			<p><div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt; margin-right: 20px;">(Updated <?php echo date('M j', filemtime(public_path() . '/docs/che/chspecinfo.pdf')); ?>)</div>
			&raquo; <a href="<?php echo asset ('docs/che/chspecinfo.pdf'); ?>" target="_blank">Spectator Information</a><br>
			<i>Includes information regarding tickets, lodging, parking, souvenirs</i>
			</p>	

			<h2>Final Site Parking</h2>
			<p>
			<b>Spectator Parking</b>: The East/West Broadway Garages will be the only parking
			facilities available on Saturday.  The parking fee will be $10, with no in/out privileges.  Pre-purchased parking passes are available 
			for $4 (for the day) and are limited to availability.  See Spectator Info for more details.  <br><br>
			<b>School Vehicle Parking</b>: Marked school vehicles may park free of charge in the Benton lot across the
			street from the North Stage Entrance on a first-come, first-serve basis (priority is given to larger vehicles, discretion is determined by OSAA).
			</p>
						
			<p>
			<a href="http://www.shiloinns.com/search_results.asp?PI=PRGOR" target="_blank">Shilo Inn Suite Hotels-Moda Center</a><br>
			&raquo; Groups Call: Jackie Marca<br>
			&raquo; Phone: 503.736.6300<br>
			</p>
			 */ ?>
			<p>
			<a href="http://www.portlandoregon.gov/" target="_blank">City of Portland</a><br>
			&raquo; Proud to support state championships in Portland<br><br>
			<img src="<?php echo asset ('/images/icons/Portland.png'); ?>" alt="" title="" width="80" height="80"/><br>
			</p>
    </div>
	  
	</div>

		






































<?php

 /*

	SAMPLE TEMPLATE FOR AUTO UPLOADING - DO NOT DELETE

// Championship Schedule Posting --}}
			<?php if (file_exists(public_path() . '/docs/che/ChampionshipSchedule.pdf') and time() >= strtotime('2017-01-20 12:00:00')): ?>
				// Schedule PDF file name/path: public/docs/che/ChampionshipSchedule.pdf --}}
				<h2>2017 Championship Schedule</h4>
				<p>
					<div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt; margin-right: 20px;">(Updated <?php echo date('M j', filemtime(public_path() . '/docs/che/ChampionshipSchedule.pdf')); ?>)</div>
					
					&raquo; <a href="<?php echo asset ('docs/che/ChampionshipSchedule.pdf'); ?>" target="_blank">Championship Schedule</a><br />
					<i>Championship schedule contains the performance order, team photo schedule and the practice schedule.</i>
				</p>
			<?php endif; ?>

			// AD Information Posting --}}
		  	<?php if (file_exists(public_path() . '/docs/che/chadinfo.pdf')): ?>
			  	// Schedule PDF file name/path: public/docs/che/chadinfo.pdf --}}
			  	<h2>AD/Coach Information</h2>
				<p>
					<div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt; margin-right: 20px;">(Updated <?php echo date('M j', filemtime(public_path() . '/docs/che/chadinfo.pdf')); ?>)</div>
				
					&raquo; <a href="<?php echo asset ('docs/che/chadinfo.pdf'); ?>" target="_blank">AD/Coach Information</a><br />
					
					<i>Includes information regarding eligibility, music, stunts, plus information about tickets, lodging, divisions, practice, and a general time schedule.</i>
				</p>
			<?php endif; ?>

	*/
?>