/****************
This is the header javascript file using JavaScript 1.2
******/
document.write("header");

document.write("<link rel='stylesheet' type='text/css' href='style.css'>");
document.write("<SPAN id='logo'>");


document.write("<table background='Pictures/LogoMountains.jpg' border=0 width='900' cellspacing=0 cellpadding=5  bordercolor='red'>");
//<!--//Web site TITLE     &nbsp;&nbsp;&nbsp;&nbsp;-->
document.write("<tr ><td align=right ><p class='title'>&nbsp;&nbsp;&nbsp;&nbsp;Health & Relationship Coach</p></td></tr> ");
document.write("<tr ><td align=right >&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> ");
document.write("<tr ><td align=right >&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> ");
document.write("<tr ><td align=right >&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> ");
document.write("<tr ><td align=right >");

//<!--    MAIN MENU OPTIONS    -->
document.write("<table   width='100%' align='left' cellspacing='0' cellpadding='0'>");
document.write("<tr align='center'  valign='top' >");
document.write("<td><a href='index.htm' class='head'>Home</a></td>");
document.write("<td><a href='http://jimfreedom.blogspot.com/' class='head'>BLOG</a></td>");
document.write("<td><a href='sitemap.htm' class='head'>Articles</a></td>");
document.write("<td><a href='AboutJMF.htm' class='head'>About Jim</a></td>");
document.write("<td><a href='contact.htm' class='head'>Contact</a></td>");
document.write("<td><a href='Search.htm' class='head'>Search</a></td>");
document.write("<td><a href='donate.htm' class='head'>Donate</a></td>");
document.write("</td></tr>");
document.write("</table>");
document.write("</td></tr> ");
document.write("</table>");
document.write("</SPAN>");
document.write("<BR><BR><BR><BR><BR><BR><BR><BR><BR>");

