




footer = '<br />';
footer +='   <A HREF="index.html">Home</A>';
footer +=' | <A HREF="about.html">Meet Dr.Kaweski</A>';
footer +=' | <A HREF="procedures.html">Procedures</A>';
footer +=' | <A HREF="beforeafter.html">Before & After Photos</A>';
footer +=' | <A HREF="mommy_makeover.html">Mommy Makeover</A>';
footer +=' | <A HREF="media.html">Media & News</A>';
footer +=' | <A HREF="testimonials.html">Testimonials</A>';
footer +=' | <A HREF="faqs.html">FAQs</A>';
footer +=' | <A HREF="pricing.html">Financing</A>';
footer +=' | <A HREF="contact_us.php">Contact Us</A>';
footer +=' | <A HREF="sitemap.html">Sitemap</A>';
footer +=' | <A HREF="resources.html">Resources</A>';
footer +=' <br /><br />';

document.write(footer);