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

			<?php /*  AD/Coach Information  */ ?>
			<?php
				// List of all AD information PDF files
				$files = array(
					public_path() . '/docs/bbx/6aadinfo.pdf',
					public_path() . '/docs/bbx/5aadinfo.pdf',
					public_path() . '/docs/bbx/4aadinfo.pdf',
					public_path() . '/docs/bbx/3aadinfo.pdf',
					public_path() . '/docs/bbx/2aadinfo.pdf',
					public_path() . '/docs/bbx/1aadinfo.pdf'
				);

				// Find the most recent update date
				$dates = array();
				foreach ($files as $file)
				{
					if (!file_exists($file))
					{
						continue;
					}

					$dates[] = date('n/j/Y', filemtime($file));
				}
				usort($dates, function($a, $b)
				{
					$a1 = strtotime($a);
					$b1 = strtotime($b);

					if ($a1 < $b1)
					{
						return 1;
					}
					elseif ($a1 > $b1)
					{
						return -1;
					}
					else
					{
						return 0;
					}
				});				
			?>
			<h2>AD/Coach Information</h2>
			<?php if (count($dates) > 0): ?>
				<?php /*  Show the date of the most recently updated file  */ ?>
				<div class="float_right" style="color: #990000; font-weight: bold; font-size: 9pt;">(Updated <?php echo date('n/j/Y', strtotime($dates[0])); ?>)</div>
			<?php endif; ?>


			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/6aadinfo.pdf'); ?>" target="_blank">6A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/5aadinfo.pdf'); ?>" target="_blank">5A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/4aadinfo.pdf'); ?>" target="_blank">4A</a> | 
			&raquo; <a href="<?php echo asset ('docs/bbx/3aadinfo.pdf'); ?>" target="_blank">3A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/2aadinfo.pdf'); ?>" target="_blank">2A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/1aadinfo.pdf'); ?>" target="_blank">1A</a>  <br>			
			<i>Includes information regarding tickets, lodging, spectator conduct, officials, awards, souvenirs, final site schedule </i>                  
			</p>

			 <h2>Event Management Information (EMI)</h2>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/bxbemi.pdf'); ?>" target="_blank">Event Management Information</a><br>
			<i>Information for schools hosting playoff contests</i>
			</p> 
			
			<h2>2017-18 Basketball 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/bxbplan.pdf')); ?>)</div>
			<p>
			&raquo; <a href="<?php echo asset ('docs/planbooks/bxbplan.pdf'); ?>" target="_blank">Basketball Plan Book</a> <br>
			<i>Contains the season dates, NFHS rule changes, OSAA basketball rules and policies, state championship information 
			and qualifications, OSAA general policies </i><br/> 
		  
		  
		  <h2>Reminders / Memos</h2>
            <p>	
			&raquo; <a href="<?php echo asset ('docs/bbx/BXB2017-18Memo.pdf'); ?>" target="_blank">2017-18 Basketball Reminders Memo</a> <br>
			<i>Contains reminders regarding OSAA policies and NFHS rules for the 2017-18 season</i><br><br>
			
			&raquo;  <a href="<?php echo asset ('docs/bbx/17-18ruleschanges.pdf'); ?>" target="_blank">2017-18 NFHS Basketball Rules Information</a> <br>
			<i>Outlines NFHS Rules Changes, Points of Emphasis, Comments on the Rules</i><br><br>

			&raquo;  <a href="<?php echo asset ('docs/bbx/3-PersonCrewsAnnouncement.pdf'); ?>" target="_blank">3-Person Officiating Crews in the OSAA Post-Season</a> <br>
			<i>Outlines the usage of 3-person crews in the 2017 OSAA post-season for 6A, 5A and 4A classifications</i><br><br>
			
			&raquo; <a href="<?php echo asset ('docs/bbx/BXBOfficialsPregameProtocol.pdf'); ?>" target="_blank">Officials Pregame Protocol</a> <br>
			<i>Outlines NFHS revisions for the pregame conference</i><br><br>

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

			&raquo; <a href="<?php echo asset ('docs/bbx/GuestCoachMemo.pdf'); ?>" target="_blank">Guest Coach & Alumni Reminders Memo</a> <br>
			<i>Contains reminders regarding OSAA policies that relate to guest coaches and alumni</i><br><br>
			
			&raquo; <a href="<?php echo asset ('docs/bbx/PublicAddress.pdf'); ?>" target="_blank">Public Address Guidelines<br><br>
			
			&raquo; <a href="<?php echo asset ('docs/bbx/PepBandExpectations.pdf'); ?>" target="_blank">Basketball Pep Band Reminders</a> <br>
			<i>Document addresses OSAA policies relating to basketball pep bands </i><br><br>
			
			&raquo; <a href="<?php echo asset ('docs/vbl/CharitableCauses.pdf'); ?>" target="_blank">Athletic Events for a Charitable Cause</a> <br>
			<i>Outlines OSAA policy when holding an athletic event in the name of a charitable cause </i><br/>
			</p>
			
			<h2>State Rules Interpreter Bulletins</h2>
			<i>Updates/reminders for officials sent throughout the season</i><br>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/2017-18SRI1.pdf'); ?>" target="_blank">Bulletin 1 / December 15, 2017</a> <br>	
			<p>
		

			
			<?php /* 
			
			<h2>AD/Coach Information</h2>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/6aadinfo.pdf'); ?>" target="_blank">6A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/5aadinfo.pdf'); ?>" target="_blank">5A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/4aadinfo.pdf'); ?>" target="_blank">4A</a> | 
			&raquo; <a href="<?php echo asset ('docs/bbx/3aadinfo.pdf'); ?>" target="_blank">3A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/2aadinfo.pdf'); ?>" target="_blank">2A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/1aadinfo.pdf'); ?>" target="_blank">1A</a>  <br>			
			<i>Includes information regarding tickets, lodging, spectator conduct, officials, awards, souvenirs, final site schedule </i>                  
			</p>

			<h2>Event Management Information (EMI)</h2>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/bxbemi.pdf'); ?>" target="_blank">Event Management Information</a><br>
			<i>Information for schools hosting playoff contests</i>
			</p>
			
			<h2>Reminders / Memos</h2>
            <p>				
			&raquo;  <a href="<?php echo asset ('docs/bbx/3-PersonCrewsAnnouncement.pdf'); ?>" target="_blank">3-Person Officiating Crews in the OSAA Post-Season</a> <br>
			<i>Outlines the usage of 3-person crews in the 2017 OSAA post-season for 6A, 5A and 4A classifications</i><br><br>
			
			
			<h2>State Rules Interpreter Bulletins</h2>
			<i>Updates/reminders for officials sent throughout the season</i><br>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/2015SRI1.pdf'); ?>" target="_blank">Bulletin 1 / December 9, 2015</a> <br>	
			&raquo; <a href="<?php echo asset ('docs/bbx/2015SRI2.pdf'); ?>" target="_blank">Bulletin 2 / January 20, 2016</a> <br>	
			&raquo; <a href="<?php echo asset ('docs/bbx/2015SRI3.pdf'); ?>" target="_blank">Bulletin 3 / February 3, 2016</a> <br>	
			<p>
			
			
			
	
			| &raquo; <a href="<?php echo asset ('docs/bbx/5aOSUparking.pdf'); ?>" target="_blank">Parking Map</a>


			&raquo; <a href="<?php echo asset ('docs/bbx/BXB2015-16Memo.pdf'); ?>" target="_blank">2015-16 Basketball Reminders Memo</a> <br>
			<i>Contains reminders regarding OSAA policies and NFHS rules for the 2015-16 season</i><br><br>
			
			&raquo; <a href="<?php echo asset ('docs/bbx/Rule2.11.12.pdf'); ?>" target="_blank">NFHS Rule 2.11.12</a> <br>
			<i>This memo addresses the rule that requires the official scorer to wear a vertically striped garment.  It provides information on where to purchase pinnies that meet the requirement of this rule.</i><br><br>
		  
			&raquo; <a href="<?php echo asset ('docs/bbx/BXB2014-15Memo.pdf'); ?>" target="_blank">2014-15 Basketball Reminders Memo</a> <br>
			<i>Contains reminders regarding OSAA policies and NFHS rules for the 2014-15 season</i><br><br>
			
			<font style="color: #990000; font-weight: bold; font-size: 9pt">4A Info will be posted by Feb. 13</font><br>
			<font style="color: #990000; font-weight: bold; font-size: 9pt">4A Info will be posted by Feb. 13</font><br>

				<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 Saturday night's finals at the OSAA Basketball State Championships; subscription fees apply; 
			Daily - $9.95; Monthly - $14.95</i><br>
			<b>Girls</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> ---  
			<b>Boys</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> </b>
			</p>
			
			<h2>Spectator Information</h2>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/6aspecinfo.pdf'); ?>" target="_blank">6A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/5aspecinfo.pdf'); ?>" target="_blank">5A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/4aspecinfo.pdf'); ?>" target="_blank">4A</a> | 
			&raquo; <a href="<?php echo asset ('docs/bbx/3aspecinfo.pdf'); ?>" target="_blank">3A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/2aspecinfo.pdf'); ?>" target="_blank">2A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/1aspecinfo.pdf'); ?>" target="_blank">1A</a>  <br>			
			<i>Includes information regarding tickets, lodging, parking, spectator conduct, videotaping, awards, souvenirs</i>
			</p>
			
			<h2>Final Site Schedules</h2>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/6aschedule.pdf'); ?>" target="_blank">6A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/5aschedule.pdf'); ?>" target="_blank">5A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/4aschedule.pdf'); ?>" target="_blank">4A</a> | 
			&raquo; <a href="<?php echo asset ('docs/bbx/3aschedule.pdf'); ?>" target="_blank">3A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/2aschedule.pdf'); ?>" target="_blank">2A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/1aschedule.pdf'); ?>" target="_blank">1A</a>  <br>			
			<i>Includes date and time for all games by session</i>
			</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 Saturday night's finals at the OSAA Basketball State Championships; subscription fees apply; 
			Day - $9.95</i><br>
			<b><a href="http://www.nfhsnetwork.com/tournament/oregon-winter-championships/basketball-or" target="_blank">NFHS Network</a> </b>
			</p>	
			<br />

			 */ ?>
			

							
	</div>


	<div class="half">
  
  			<h2>Spectator Information</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/bbx/6aspecinfo.pdf')); ?>)</div>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/6aspecinfo.pdf'); ?>" target="_blank">6A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/5aspecinfo.pdf'); ?>" target="_blank">5A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/4aspecinfo.pdf'); ?>" target="_blank">4A</a> | 
			&raquo; <a href="<?php echo asset ('docs/bbx/3aspecinfo.pdf'); ?>" target="_blank">3A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/2aspecinfo.pdf'); ?>" target="_blank">2A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/1aspecinfo.pdf'); ?>" target="_blank">1A</a>  <br>			
			<i>Includes information regarding tickets, lodging, spectator conduct, championship schedule, awards, souvenirs</i><br>
			
			<div class="important float_right" style="font-weight: bold; margin-right: 20px;">NEW</div>

			&raquo; <a href="<?php echo asset ('docs/bbx/uofpprohibiteditems.pdf'); ?>" target="_blank">University of Portland - Prohibited Items</a>
			<i>Includes information regarding outside food and beverages, tobacco use, umbrellas, etc</i><br><br>
			
						<div class="important float_right" style="font-weight: bold; margin-right: 20px;">NEW</div>

			&raquo; <a href="http://osubeavers.com/sports/2015/9/24/210367827.aspx" target="_blank">Oregon State University - Guest Services</a>
			<i>Includes information regarding prohibited items (i.e., outside food and beverages, tobacco use, umbrellas, etc)</i>
			</p>
			
  			<h2>Final Site Schedules</h2>
			<p>
			&raquo; <a href="<?php echo asset ('docs/bbx/6aschedule.pdf'); ?>" target="_blank">6A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/5aschedule.pdf'); ?>" target="_blank">5A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/4aschedule.pdf'); ?>" target="_blank">4A</a> | 
			&raquo; <a href="<?php echo asset ('docs/bbx/3aschedule.pdf'); ?>" target="_blank">3A</a>  | &raquo; <a href="<?php echo asset ('docs/bbx/2aschedule.pdf'); ?>" target="_blank">2A</a> | &raquo; <a href="<?php echo asset ('docs/bbx/1aschedule.pdf'); ?>" target="_blank">1A</a>  <br>			
			<i>Includes date and time for all games by session</i>
			</p>

			<h2>Maps/Directions</h2>
			<p>
			&raquo; 6A @ <a href="http://www.up.edu/about/default.aspx?cid=8308&pid=3177" target="_blank">University of Portland</a><br/>
			&raquo; 5A @ <a href="https://www.google.com/maps/place/Gill+Coliseum/@44.561289,-123.28071,15z/data=!4m2!3m1!1s0x0:0x66a0f7e3c47eb71b" target="_blank">Oregon State University</a> | &raquo; <a href="<?php echo asset ('docs/bbx/5aOSUparking.pdf'); ?>" target="_blank">Parking Map</a><br/>
			&raquo; 4A @ <a href="https://www.google.com/maps/place/1401+Nichols+Ln,+Forest+Grove,+OR+97116/@45.5346713,-123.1260304,17z/data=!3m1!4b1!4m2!3m1!1s0x5495195f42bda761:0xc012cb0c7f4f1371" target="_blank">Forest Grove HS</a> | <a href="https://www.google.com/maps/place/@45.5248852,-123.1124102,17z/data=!3m1!4b1!4m5!3m4!1s0x54951962a95fde4f:0x8a8271444f40192f!8m2!3d45.5248815!4d-123.1102215" target="_blank">Pacific University</a><br/>
			&raquo; 3A @ <a href="http://maps.google.com/maps?q=10th+%26+Ingersoll+Coos+Bay+OR+97420+++++&hl=en&ie=UTF8&hq=&hnear=S+10th+St+%26+Ingersoll+St,+Coos+Bay,+Coos,+Oregon+97420&t=h&z=16" target="_blank">Marshfield HS</a> (Coos Bay) | <a href="http://maps.google.com/maps?q=North+Bend+High+School,+Pacific+Street,+North+Bend,+OR&daddr=2323+Pacific+Street,+North+Bend,+OR+97459-2605+(North+Bend+High+School)&hl=en&view=map&geocode=CW1_tv4KtIS6FYFAlgIdI1WY-CEu9v1E5io_XA&t=h&z=16" target="_blank">North Bend HS</a> <br/>
			&raquo; 2A @ <a href="http://www.google.com/maps?hl=en&safe=off&q=1601+Westgate+Pendleton,+OR+97801&cd=1&ie=UTF8&z=16&iwloc=addr&om=1" target="_blank">Pendleton Convention Center</a><br/>
			&raquo; 1A @ <a href="http://maps.google.com/maps?q=2500+E+St+97814&hl=en&ie=UTF8&z=16&iwloc=addr&om=1" target="_blank">Baker HS</a><br/>
			</p>

			<h2>Lodging/Visitor Information</h2>	
			<p>
	
			<h3>6A Headquarter Hotel</h3>
			<a href="http://www.portlandlloydcenter.doubletree.com" target="_blank">DoubleTree Portland-Lloyd Center</a><br>
			&raquo; Groups Call: Nicole Balmforth<br>
			&raquo; Phone: 503.331.4935<br>
			&raquo; <a href="http://www.travelportland.com/hotels-deals/portland-perks/" target="_blank">Travel Portland</a><br>
			</p>	
		    <p>
			<h3>5A Headquarter Hotel</h3>
			<a href="http://www.comfortsuites.com/hotel-corvallis-oregon-OR077" target="_blank">Comfort Suites of Corvallis</a><br>
			&raquo; Groups Call: Christina Rosales<br>
			&raquo; Phone: 541.753.4320 Ext. 710<br>
			&raquo; <a href="http://visitcorvallis.com" target="_blank">Corvallis Tourism </a>
			</p>
			<p>
			<h3>4A Headquarter Hotel</h3>
			<a href="http://www.marriott.com/property/propertypage/pdxhs" target="_blank">Courtyard by Marriott - Hillsboro</a><br>
			&raquo; Groups Call: Paige Carlson<br>
			&raquo; Phone: 503.268.4356<br>
			&raquo; <a href="http://www.visitwashingtoncountyoregon.com/" target="_blank">Washington County Visitors Association </a>
			</p>
		    <p>
			<h3>3A Headquarter Hotel</h3>
			<a href="https://www.redlion.com/coos-bay" target="_blank">Red Lion - Coos Bay</a><br>
			&raquo; Groups Call: Jessica Bigham<br>
			&raquo; Phone: 503.269.4099<br>
			&raquo; <a href="<?php echo asset ('docs/bbx/3alodging.pdf'); ?>" target="_blank">Coos Bay-North Bend Visitor & Convention Bureau Team Lodging</a><br>
			&raquo; <a href="http://www.oregonsadventurecoast.com/" target="_blank">Oregon's Adventure Coast - Coos Bay/North Bend</a><br>
			
			</p>
		    <p>
			<h3>2A Headquarter Hotel</h3>
			<a href="http://www.hiexpress.com/" target="_blank">Holiday Inn Express Pendleton</a><br>
			&raquo; Phone: 541.966.6520<br />
			&raquo; <a href="http://www.pendletonchamber.com/" target="_blank">Pendleton Chamber of Commerce</a>
			</p>
		    <p>
			<h3>1A Visitor Information</h3>
			&raquo; Baker County Tournaments<br>
			<span class="important">Reservations accepted on Sunday, February 25, 2018 </span> <br />
				Questions - Call Baker County Tournaments at 541.523.7778 
			 
			</p>
    </div>
	  
	</div>