
<!-- NOTE: If you use a ' add a slash before it like this \' -->
<!-- NOTE: Copy and paste a link to add a new link -->

<!-- start

document.write('<!-- START MENU -->');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="165"><tr><td class="left-nav">');
document.write('<div class="navbar1">'); 
document.write('<A HREF="index.html">Home</a> <br />');
document.write('<A HREF="facilities.html">Facilities</a> <br />');
document.write('<A HREF="attractions.html">Attractions</a> <br />');
document.write('<A HREF="activities.html">Activities</a> <br />'); 
document.write('<A HREF="reservations.html">Reservations</a> <br />');
document.write('<A HREF="rates.html">Rates</a> <br />');
document.write('<A HREF="directions.html">Directions</a><br>' );  
document.write('<A HREF="duck_lake_tour.html">Duck Lake Tour</a><br>' ); 
document.write('<A HREF="links.html">Links</a><br>' ); 
document.write('<A HREF="contact_us.html">Contact Us</a><br>' );
 
document.write('</div></td></tr></table>');	  

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="165"><tr>');
document.write('<td valign="top" class="address">');
document.write('<b>Duck Lake Campground</b>	 <br />');
document.write('RD 3 Duck Lake Road	 <br />');
document.write('Red Creek NY 13143	  <br />');
document.write('Phone: 315-488-4473<br /><br />'); 
document.write('<b>Mailing address:</b><br />');
document.write('2203 West Genesee St.<br />');
document.write('Syracuse, NY  13219<br /><br />');	
document.write('</td>');
document.write('</tr></table>');	 

document.write('<!-- END MENU -->');

//  End -->
