var leftNavText = "";

leftNavText += "<ul>";
leftNavText += "<li class='leftNav'><a href='index.html' class='nav'>Home</a></li>";
leftNavText += "<li class='leftNav'><a href='about.html' class='nav'>About Us</a></li>";
leftNavText += "<li class='leftNav'><a href='http://www.everettaikido.com' class='nav'>Aikido</a></li>";
leftNavText += "<li class='leftNav'><a href='massage.html' class='nav'>Massage Therapy</a></li>";
leftNavText += "<li class='leftNav'><a href='http://www.rootsmedicine.com' class='nav'>Naturopathic Medicine</a></li>";
//leftNavText += "<li class='leftNav'><a href='creativedance.html' class='nav'>Creative Dance</a></li>";
//leftNavText += "<li class='leftNav'><a href='yoga.html' class='nav'>Yoga</a></li>";
leftNavText += "<li class='leftNav'><a href='ret-bg.html' class='nav'>RET and Brain Gym</a></li>";
leftNavText += "<li class='leftNav'><a href='onepointfaq.html' class='nav'>Frequently Asked Questions</a></li>";
//leftNavText += "<li class='leftNav'><a href='fieldtrips-playgroups.html' class='nav'>Field Trips and Playgroups</a></li>";
//leftNavText += "<li class='leftNav'><a href='register.html' class='nav' style='color:red;'>Register!</a></li>";
leftNavText += "</ul>";
leftNavText += '<p style="background-color: 9fc4e6;text-align: center; border-top: thin solid black; border-bottom: thin solid black;">&nbsp;<br><b>One Point<br>Holistic Center</b><br><i>Studio and Classes</i><br>12322 Highway 99 #96<br>Everett, WA 98204<br><br><i>Healthcare and <br>Other Appointments</i><br>12310 Highway 99 #131<br>Everett, WA 98204<br><br>(425) 347-9025<br><a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#105;&#110;&#102;&#111;&#64;&#111;&#110;&#101;&#112;&#111;&#105;&#110;&#116;&#101;&#118;&#101;&#114;&#101;&#116;&#116;&#46;&#99;&#111;&#109;">&#105;&#110;&#102;&#111;&#64;&#111;&#110;&#101;&#112;&#111;&#105;&#110;&#116;&#101;&#118;&#101;&#114;&#101;&#116;&#116;&#46;&#99;&#111;&#109;</a><br>&nbsp;</p>';

var ophcHeader = "";
ophcHeader += "<table>";
ophcHeader += "<tr>";
ophcHeader += "<td class='logo'><img src='images/OnePointLogo-200w.jpg'><p style='font-style: italic; text-align: center; font-family: verdana;font-size: 9pt;margin-left; 10px;margin-top: -3px;color: gray'>A Place for the Whole Family</p></td>";
ophcHeader += "<td><img src='images/aikido-throw-ophc.jpg'></td>";
ophcHeader += "<td><img src='images/Feb_08_CDC_Dance_025.jpg'></td>";
ophcHeader += "<td><img src='images/massage-ophc.jpg'></td>";
ophcHeader += "</tr>";
ophcHeader += "</table>";



function printLeftNav()
{
	
	document.write (leftNavText);
}

function printHeader()
{
	document.write(ophcHeader);
}


