<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('About Dr. Patti<br></legend>');

document.write('Dr. Patti Lehew earned her Doctorate Degree, graduating Cum Laude, from Cleveland Chiropractic College in Kansas City. She graduated with Distinction from Park College earning a Bachelor&#8217;s Degree in Nutrition, and she holds a Registered Nursing Degree from Missouri Western State College. <br><br>Dr. Lehew is a board certified Acupuncturist and is certified to perform Physiotherapy, Traction, and the Graston Technique.  Dr. Lehew worked as a Registered Nurse for more than five years. As a nurse, she received in-depth insight into the medical field. Her experience compelled her to explore an alternative to the surgical, drug-oriented approach to health care.<br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/11a.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Our Location<br></legend>');

document.write('Our office is located on the northwest corner of 7th Street and Mountain View Road in Phoenix. <a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=9812+N+7th+street,+85020&sll=37.0625,-95.677068&sspn=36.915634,72.158203&ie=UTF8&ll=33.575709,-112.065203&spn=0.009493,0.017617&z=16&iwloc=addr">Map To Us</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







document.write('</td></tr></table>');


// -- END -->
