



/*browser_version= parseInt(navigator.appVersion);
browser_type = navigator.appName;

if (browser_type == "Microsoft Internet Explorer" && (browser_version >= 4)) {
document.write("<link REL='stylesheet' HREF='ie.css' TYPE='text/css'>");
} 

else  {
document.write("<link REL='stylesheet' HREF='netscape.css' TYPE='text/css'>");
}
*/

function writecopy(){
document.write("<a href='http://www.johntimney.com'>&copy; JohnTimney.COM</a>");
}


function writecommonbody(){

document.write("<DIV ID=\"upper_cell\">");
document.write("<a href=\"index.htm\"><img border=\"0\" src=\"images/logo1.gif\"></a>");
document.write("</DIV>");
document.write("<DIV ID=\"top_logo_cell\">");
document.write("<img border=\"0\" alt=\"Chojinkai Karate School Logo\" src=\"images/logo.gif\" width=\"90\" height=\"90\">");
document.write("</DIV>");
document.write("<DIV ID=\"stripedge1\">");
document.write("</DIV>");
document.write("<DIV ID=\"stripedge2\">");
document.write("</DIV>");
document.write("<DIV ID=\"menu1\">");
document.write("<script type=\"text/javascript\" language=\"javascript1.2\" src=\"menu.js\"></script>");
document.write("</DIV>");

}


