<!--   
//  --------------------------------------------------------  TOP ROW
document.write('<P CLASS="menutext">');
document.write('<A HREF="/program.htm">The Program</A> &nbsp;| &nbsp;');
document.write('<A HREF="/services.htm">Our Services</A> &nbsp;| &nbsp;');
document.write('<A HREF="/about-our-team.htm">About THRP & Our Team</A> &nbsp;| &nbsp;');
document.write('<A HREF="/success.htm">Successes!</A> &nbsp;| &nbsp;');
document.write('<A HREF="/newsletter.htm">Sign up for Our Newsletter!</a> &nbsp;| &nbsp;');
document.write('<A HREF="/contact.php">Contact Us</A><br />');
//
//  -------------------------------------------------------  SECOND ROW
document.write('<A HREF="/info.htm">Addiction Information</A> &nbsp;| &nbsp;');
document.write('<A HREF="/info2.htm">Holistic Resources</A> &nbsp;| &nbsp;');
document.write('<A HREF="/wellness.php">Wellness Inventory</A> &nbsp;| &nbsp;');
document.write('<A HREF="/products.php">Products</A> &nbsp;| &nbsp;');
document.write('<A HREF="/admin/info.php">Admin</A> &nbsp;| &nbsp;');
document.write('<A HREF="/links.htm">Links</A>');
document.write('</P>');
-->