
<!-- PayPal Logo -->
<?php if (!Helpers::strEqual($activity_slug, array('SBL', 'BXC', 'GXC', 'BSC', 'GSC', 'BBX', 'GBX', 'BSW', 'GSW', 'CHE', 'WRE', 'DNC'))): ?>
	<table style="float: right;">
		<tr>
			<td></td>
		</tr>
		<tr>
			<td>
				<a href="https://www.paypal.com/webapps/mpp/paypal-popup" title="How PayPal Works" onclick="javascript:window.open('https://www.paypal.com/webapps/mpp/paypal-popup','WIPaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=1060, height=700'); return false;">
					<img src="https://www.paypalobjects.com/webstatic/mktg/logo/pp_cc_mark_37x23.jpg" alt="PayPal Logo" title="" />
				</a>
			</td>
		</tr>
	</table>
<?php endif; ?>
<!-- End PayPal Logo -->

<!-- GoFan Logo -->
<?php if (Helpers::strEqual($activity_slug, array('BSW', 'GSW'))): ?>
	<table style="float: right;">
		<tr>
			<td></td>
		</tr>
		<tr>
			<td>
				<a href="https://gofan.co/app/school/OSAA" title="GoFan Tickets" target="_blank">
					<img src="<?php echo asset('/images/logos/gofan_200x70px.png'); ?>" alt="" title="" style="width: 150px;" />
				</a>
			</td>
		</tr>
	</table>
<?php endif; ?>
<!-- End GoFan Logo -->

<!-- Ticket Introduction -->
<h2>Purchase Final Site Tickets Online</h2>
<p class="staff_contact">
	STAFF CONTACT: OSAA Ticket Office, 503.682.6722 x250, <?php echo Helpers::obfuscateEmailLink ("tickets@osaa.org"); ?>
</p>

<h3 style="color: #990000;">OSAA Online Ticket Policy</h3>
<div style="font-size: smaller;">
	<ul>		
		<?php if (!Helpers::strEqual($activity_slug, array('SBL', 'BXC', 'GXC', 'BSC', 'GSC'))): ?>
			<li>Purchasing tickets online to OSAA championship events signified your agreement to the <a href="<?php echo asset('docs/forms/OnlineTicketPolicy.pdf'); ?>" target="_blank">OSAA Online Ticket Policy</a>.</li>
			<?php /*  <li>Orders will not be mailed.  Tickets will be available for pick-up at the event Will Call window.  Please refer to the event Will Call Information for specifics.</li>
			<li>A $3 handling fee accompanies all PayPal orders.  This fee is reflected as a "shipping &amp; handling" charge in the PayPal shopping cart.</li>  */ ?>
		<?php endif; ?>
		
		<?php if (Helpers::strEqual($activity_slug, array('CHE', 'DNC'))): ?>
		
		<?php else: ?>
			<?php /*  <li>Tickets are not available through the host site's ticket office.</li>  */ ?>
		<?php endif; ?>
		
		<li>Student is any child age 5 and up through a senior in high school.</li>
		
	</ul>

	<br />
</div>
<!-- End Ticket Introduction -->

