<!--

	var lm = document.lastModified;
	document.write("<HR WIDTH=90% SIZE=1><p>");
	document.write(" <center> ");
	document.write("<TABLE bgcolor=skyblue bordercolor=blue width=80% border=0 cellspacing=0 cellpadding=4><TR><TD align=center bgcolor=white>");	
	
	document.write("<H4>Comments, corrections and suggestions are welcome! &nbsp  ");
	document.write("<font color=red>Email:</font> &nbsp <A HREF=mailto:jalway@alwayslearn.com  STYLE='text-decoration: none'>jalway@alwayslearn.com</A><p></H4>");
	document.write("</TD></TR>");

	document.write("<TR><TD align=center><font color=red>Click On For:</font>");
	document.write("<font size=-2><A href=length.html STYLE='text-decoration: none'>LENGTH </A><A href=area.html STYLE='text-decoration: none'>AREA </A><A href=volume.html STYLE='text-decoration: none'>VOLUME </A>");
	document.write("<A href=angle.html STYLE='text-decoration: none'>ANGLE </A><A href=mass.html  STYLE='text-decoration: none'>MASS </A><A href=temperature.html STYLE='text-decoration: none'>TEMPERATURE </A>");
	document.write("<A href=force.html STYLE='text-decoration: none'>FORCE </A><A href=torque.html STYLE='text-decoration: none'>TORQUE </A><A href=velocity.html STYLE='text-decoration: none'>VELOCITY </A><A href=pressure.html STYLE='text-decoration: none'>PRESSURE </A>");
	document.write("<A href=energy.html STYLE='text-decoration: none'>ENERGY </A><A href=power.html STYLE='text-decoration: none'>POWER </A></font></TR></TD>");

	document.write("<TR><TD align=center>");
	document.write("<HR WIDTH=90% SIZE=1><p>");
	document.write("</TD></TR>");

	document.write("<TR><TD align=center>");
	document.write("<font face=garamond><font color=red>Copyright</font> (c) 2002 John Alway. &nbsp  &nbsp All rights reserved. &nbsp ");
	document.write(" Reproduction in whole or in part without the expressed ");
	document.write(" written permission of John Alway is prohibited.<p></font>");
	document.write("</TD></TR>");

	document.write("<TR><TD align=center>");
	document.write("<HR WIDTH=90% SIZE=1><p>");
	document.write("</TD></TR>");


	document.write("<TR><TD align=center>");
	document.write("<font face=garamond><font color=red>Disclaimer:</font> &nbsp I have, &nbsp to the best of my abilities, &nbsp tried to get");
	document.write(" the UC-Engine to give true answers, &nbsp however I offer no");
	document.write(" guarantees regarding those answers.  &nbsp &nbsp If you want to be darn sure");
	document.write(" of your numbers, please check with multiple sources. &nbsp  &nbsp  Thanks!<p></font>");
	document.write("</TD></TR>");

	document.write("<TR><TD align=center>");
	document.write("<HR WIDTH=90% SIZE=1><p>");
	document.write("</TD></TR>");


	document.write("<TR><TD align=center>");
	document.write("<font color='red' face=garamond>Click here for &nbsp <A HREF=ucehome.html STYLE='text-decoration: none' TARGET=_top>Unit-Conversion Engine</A> &nbsp Home Page</font><p>");

	document.write("<font face=garamond><i> This Page Last Updated: " + lm + "</i></font><p>");
	document.write("</TD></TR>");
	document.write("</TABLE>");
	document.write(" </center> ");
// -->