<?php
$page_title = 'Advertise';
require_once($_SERVER['DOCUMENT_ROOT'] . '/_includes/header.php');
?>
<section>
<article>
<h2>Advertise with Tampa Bay Networkers</h2>
<p>
Email us for advertising information: <a href="mailto:info@tampabaynetworkers.com">info@tampabaynetworkers.com</a>
</p>
</article>
<?php include($_SERVER['DOCUMENT_ROOT'] . '/_includes/aside.php'); ?>
</section>
<?php
require_once($_SERVER['DOCUMENT_ROOT'] . '/_includes/footer.php');
?>