
function footer(){
    
document.write('<table width="750" cellpadding="0" cellspacing="0" border="0"> ');
document.write(' <tr>');
document.write('  <td valign="top" align="left" class="gap">');
document.write('   &nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br><br>&nbsp;<br>&nbsp;<br>&nbsp;');
document.write('  </td>');
document.write(' </tr>');
document.write(' <tr>');
document.write('  <td valign="top" align="center">');
document.write('  <a href="index.html" class="txtsm">Home</a> | <a href="about_ppl.html" class="txtsm">About Us</a> | <a href="boating.html" class="txtsm">Boating</a> | <a href="community_info.html" class="txtsm">Community</a> | <a href="contact.html" class="txtsm">Contact Us</a> | <a href="fishing.html" class="txtsm">Fishing</a> | <a href="hazards.html" class="txtsm">Hazards</a> | <a href="history.html" class="txtsm">History</a> | <a href="lake_info.html" class="txtsm">Lake Updates</a> | <a href="photo_gallery.html" class="txtsm">Photo Gallery</a> | <a href="publications.html" class="txtsm">Publications</a> | <a href="upcoming_events.html" class="txtsm">Upcoming Events</a>');
document.write('  </td>');
document.write(' </tr>');
document.write(' <tr>');
document.write('  <td valign="top" align="left" class="gap">');
document.write('   &nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br><br>&nbsp;<br>&nbsp;<br>&nbsp;');
document.write('  </td>');
document.write(' </tr>');
document.write(' <tr>');
document.write('  <td valign="top" align="center" class="txtsm">');
document.write('   &copy; Copyright 2011 Pride & Preston Lake. All Rights Reserved.');
document.write('  </td>');
document.write(' </tr>');
document.write('</table>');

}


function footerpop(){
    
document.write('<table cellpadding="0" cellspacing="0" border="0"> ');
document.write(' <tr>');
document.write('  <td valign="top" align="left" class="gap">');
document.write('   &nbsp;<br>&nbsp;<br>&nbsp;<br>&nbsp;<br><br>&nbsp;<br>&nbsp;<br>&nbsp;');
document.write('  </td>');
document.write(' </tr>');

document.write(' <tr>');
document.write('  <td valign="top" align="center" class="txtsm">');
document.write('   &copy; Copyright 2011 Pride & Preston Lake. All Rights Reserved.<br>Site design by <a href="http://www.platpyi.ca" target="_blank" class="footer">Platypi Designs</a>');
document.write('  </td>');
document.write(' </tr>');
document.write('</table>');

}



function bottomlinks(){
    
document.write('&nbsp;<br><a href="index.html" class="txtsm">Home</a> | <a href="about_ppl.html" class="txtsm">About Us</a> | <a href="boating.html" class="txtsm">Boating</a> | <a href="community_info.html" class="txtsm">Community</a> | <a href="contact.html" class="txtsm">Contact Us</a> | <a href="fishing.html" class="txtsm">Fishing</a> | <a href="hazards.html" class="txtsm">Hazards</a> | <a href="history.html" class="txtsm">History</a> | <a href="lake_info.html" class="txtsm">Lake Updates</a> | <a href="photo_gallery.html" class="txtsm">Photo Gallery</a> | <a href="publications.html" class="txtsm">Publications</a> | <a href="upcoming_events.html" class="txtsm">Upcoming Events</a>');

}



