//TOP OF PAGE
document.write('<div id="header">');
document.write('<div id="logo"><h1>Bauder Basement Systems, LLC.</h1></div>');
document.write('<div id="navigation"><ul id="nav">');
document.write('<li><a href="index.htm">Home</a></li>');
document.write('<li><a href="about.htm">About</a></li>');
document.write('<li><a href="gallery.htm">Gallery</a></li>');
document.write('<li><a href="testimonials.htm">Testimonials</a></li>');
document.write('<li><a href="faq.htm">Links &amp; Facts</a></li>');
document.write('<li><a href="contact.htm">Contact</a></li>');
document.write('</ul>');
document.write('<BR><center>Bauder Basement Systems, Inc., 3 Yoder Lane, Newmanstown, PA 17073<BR>717.949.2011 or Toll Free 800.242.0223</center>');
document.write('</div></div>');

