var testimonials = 
"<p class='quote'>&ldquo;Her compassion and genuine interest in our situation<br/>were clear from the start, and the treatments and herbs<br/>she gave us really helped us.&rdquo;</p>"
+
"<p class='quote'>&ldquo;I highly recommend Ann. She has helped significantly<br/>with stomach-related issues.&rdquo;</p>"
+
"<p class='quote'>&ldquo;I&rsquo;m totally relaxed after a visit.&rdquo;</p>"
+
"<p class='quote'>&ldquo;She&rsquo;s always on the lookout for new treatments<br/>and herbs that might help me.&rdquo;</p>"
+
"<p class='quote'>&ldquo;After only a few months of treatments and Chinese herbs<br/>my blood pressure was down.&rdquo;</p>"
+
"<p class='quote'>&ldquo;She has really improved my chronic pain and<br/>overall sense of health and well-being.&rdquo;</p>"
+
"<p class='quote'>&ldquo;She has helped me with all kinds of things<br/>from back pain, anxiety, to general balancing.<br/>If I could go every day, I would.&rdquo;</p>"
+
"<p class='quote'>&ldquo;Ann worked tirelessly on our behalf, going above and<br/>beyond to share information and research with us.&rdquo;</p>"
+
"<p class='quote'>&ldquo;I have gone to her with everything from<br/>digestive issues to muscle pulls and<br/>she always seems to make a difference.&rdquo;</p>"
+
"<p class='quote'>&ldquo;Ann is a delight to work with on the path to wellness.&rdquo;</p>"
+
"<p class='quote'>&ldquo;Her acupuncture treatments are fantastic for people<br/>new to Traditional Chinese Medicine, and her knowledge<br/>of homeopathic and herbal remedies is extensive.&rdquo;</p>"
+
"<p class='quote'>&ldquo;Ann immediately instilled a sense of confidence,<br/>kindness and real caring.&rdquo;</p>"
+
"<p class='quote'>&ldquo;I had pretty much kept my distance from needles<br/>in the past, but Ann&rsquo;s friendly demeanor and<br/>positive outlook quickly won me over.&rdquo;</p>"
+
"<p class='quote'>&ldquo;She is incredibly nurturing and attentive<br/>and just the kind of person I want in a healer.&rdquo;</p>"
+
"<p class='quote'>&ldquo;Ann is a wonderful practitioner and person. I have been<br/>to many acupuncturists before her, but I have had<br/>the best and most consistent results under her care.&rdquo;</p>"
+
"<p class='quote'>&ldquo;I&rsquo;ve recommended her to a bunch of friends<br/>and coworkers.&rdquo;</p>"
+
"<p class='quote'>&ldquo;She helped me recover from a sinus infection<br/>that had not responded to two different kinds of antibiotics.&rdquo;</p>";

var treatment_list = 
"<ul>"+
"  <li class='parent'>Women&rsquo;s Health</li>"+
"  <li>"+
"    <ul>"+
"      <li class='item'>Infertility</li>"+
"      <li class='item'>PMS</li>"+
"      <li class='item'>PCOS</li>"+
"      <li class='item'>Ovarian Cysts</li>"+
"      <li class='last_child'>Menopause</li>"+
"    </ul>"+
"  </li>"+
"  <li class='item'>Anxiety</li>"+
"  <li class='item'>Stress</li>"+
"  <li class='parent'>Digestive Issues</li>"+
"  <li>"+
"    <ul>"+
"      <li class='last_child'>IBS</li>"+
"    </ul>"+
"  </li>"+
"  <li class='parent'>Pain</li>"+
"  <li>"+
"    <ul>"+                                       
"      <li class='item'>Joint</li>"+
"      <li class='item'>Arthritis</li>"+
"      <li class='last_child'>Back</li>"+
"    </ul>"+
"  </li>"+                                  
"  <li class='item'>Insomnia</li>"+
"  <li class='item'>Weight Loss</li>"+
"  <li class='item'>Smoking Cessation</li>"+
"  <li class='item'>Depression</li>"+
"  <li class='item'>Allergies</li>"+
"  <li class='item'>Headaches</li>"+
"  <li class='item'>Fatigue</li>"+
"  <li class='item'>Sports &amp; Fitness</li>"+
"  <li class='last_child'>Autoimmune Disorders</li>"+
"</ul>";

var navbar = 
"<ul>"+                                                     
"  <li><a id='treatments_link' href='treatments.html'>Treatments</a></li>"+
"  <li><strong>&#183;</strong></li>"+
"  <li><a id='visit_link' href='first_visit.html'>Your First Visit</a></li>"+
"  <li><strong>&#183;</strong></li>"+
"  <li><a id='practice_link' href='our_practice.html'>Our Practice (POV)</a></li> "+
"  <li><strong>&#183;</strong></li>"+
"  <li><a id='about_link' href='about.html'>About</a></li>"+
"  <li><strong>&#183;</strong></li>"+
"  <li><a id='contact_link' href='contact.html'>Contact</a></li>"+
"</ul>";
