document.write('</td>');
document.write('</tr>');
document.write('</table>');

var now = new Date();

document.write('<div class="footer">');

if (awana) {
   document.write('   <center>');
   document.write('<a class="footer" href="http://www.parkwaybaptist.net" target="_top">&#169;' + now.getFullYear() + ' Parkway Baptist Church.&nbsp;&nbsp;</a>');
   document.write('<a class="footer" href="http://www.awana.org" target="parkway_link">');
   document.write('&nbsp;&nbsp;&nbsp;Awana&#174; and the Awana logo are trademarks of Awana Clubs International. Used by permission.</a>');
   document.write('   </center>');
}
else {
   document.write('<table class="footer"><tr>');
   document.write('<td align="center" width="50%"><a class="footer" href="/church/map.htm" target="_top">12465 Olive Blvd  St. Louis, MO  63141 ');
   document.write('&nbsp;&nbsp;&nbsp;(<i>One mile west of I-270 on Olive in Creve Coeur</i>)</a></td>');
   document.write('<td align="center"><span class="footer">|</span></td>');
   document.write('<td align="center"><span class="footer">(314) 434-2310</span></td>');
   document.write('<td align="center"><span class="footer">|</span></td>');
   document.write('<td align="center"><a class="footer" href="/church/phone.htm" target="_top">Contact Us</a></td>');
   document.write('<td align="center"><span class="footer">|</span></td>');
   document.write('<td align="center"><a class="footer" href="http://www.parkwaybaptist.net" target="_top">&#169;' + now.getFullYear() + ' Parkway Baptist Church.</a></td>');
   document.write('</tr></table>');
}

document.write('</div>');

document.write('</div> <!-- Container -->');
document.write('</body>');
document.write('</html>');