/****************
This is the header javascript file using JavaScript 1.2
it has the various js functions in it and the topline
******/

// prints the last date the file was modified 
//function lastDateModified(){
var a;
a=new Date(document.lastModified);
var	lm_year=a.getYear();lm_year=((lm_year<1000)?((lm_year<70)?2000:1900):0)+lm_year;
var	lm_month=a.getMonth()+1;lm_month=((lm_month<10)?'0':'')+lm_month;
var	lm_day=a.getDate();lm_day=((lm_day<10)?'0':'')+lm_day;
document.write("<link rel='stylesheet' type='text/css' href='http://www.jimfreedom.com/style.css'>")
//document.write("</head>")
//document.write("<body  >");
document.write("<SPAN id='logo'>");
document.write("	<table bgcolor='#80FFFF' width='900' border=0 cellspacing='0' cellpadding='0' >");
document.write("		<tr valign='top' align='left'>    "); 
document.write("			<td width='134' valign='top' align=left>");
document.write("				<A NAME='Top'></A >");
document.write("<a href='http://www.jimfreedom.com/index.htm'><img src='http://www.jimfreedom.com/Pictures/logo5_3.bmp' align='top' width=134 height=69 border=0></a>");
document.write("			<td align='left'><table bgcolor='#80FFFF' border=0 width='100%' cellspacing=0 cellpadding=5  bordercolor='Black'>");
//Web site Quote
document.write("					<tr><td align='right'> <font size='-1'>&quot;The first and great commandment is:</font></td><td> </td></tr> ");
document.write("					<tr><td align='right' ><font size='+1'><strong> Don't let them scare you.</strong> &quot;</font> </td> ");
document.write("<td align=left><font size='-2'>Elmer Davis (1890-1958)</font></td></tr>");
document.write("					<tr ><td align=center > </td><td > </td></tr> ");
document.write("					</td></tr>");
document.write("				</table>");
document.write("			</td></tr>");
document.write("		</tr>");

// second row of main header table
document.write("		<tr   width=100% align='center'><td colspan=3>"); // table for top menu 
document.write("			<table bgcolor='#6633ff' border=0 bordercolor='Red' width='100%' align='left'   cellspacing='0' cellpadding='0'>");  document.write("		<tr align='center'  valign='top' >");
document.write("			<td><a href='http://www.jimfreedom.com/index.htm' class='head'>Home</a></td><td> | </td>")
document.write("			<td><a href='http://www.jimfreedom.com/sitemap.htm' class='head'>Site Map</a></td><td> | </td>")
document.write("			<td><a href='http://www.jimfreedom.com/AboutJMF.htm' class='head'>About Jim</a></td><td> | </td>")
document.write("			<td><a href='http://www.jimfreedom.com/Search.htm' class='head'>Search Site</a></td><td> | </td>");
document.write("			<td><a href='http://www.jimfreedom.com/contact.htm' class='head'>Contact</a></td><td> | </td>")
document.write("			<td ><a href='http://www.jimfreedom.com/donate.htm' class='head'>Donate</a></td><td> | </td>");
document.write("		</td></tr>");
document.write("	</table>");
document.write("	</tr>");

document.write("	</table>");
document.write("</SPAN>");
document.write("<br><br><br>");
/*
document.write("<form id='b-search' action='http://www.google.com/search'>");
document.write("<input type='text' id='b-query' name='q' />");
document.write("<input type='hidden' name='ie' value='UTF-8' />");
document.write("<input type='hidden' name='sitesearch' value='www.jimfreedom.com' />");
document.write("<input type='image' src='Pictures/SearchButton.GIF' alt='Search' ");
document.write("value='Search' id='b-searchbtn' title='Search this blog with Google' height=20 align='top'>");
*/
//document.write("				<br><FONT FACE='Arial' SIZE=1 COLOR='#400080'>");
//document.write("				This Page Last Modified "+lm_month+"/"+lm_day+"/"+lm_year+"</FONT></td>");
