//footer
document.write("<div class='textcolor'>");
document.write("<hr color='blue' size='2' width='70%'>");
document.write("<font size=2>Copyright&copy;2005 The Metabolic Institute. All rights reserved.</font><br>");
// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
var lastModificationDate = new Date(document.lastModified);
document.write("<font size=2>This page was last updated: ");
document.write((lastModificationDate.getMonth()+1) + '/' + lastModificationDate .getDate() +'/' + lastModificationDate.getYear() );
document.write("<br>Contact Us: themetabolicdr@aol.com");
//document.write("<br><a href= mailto:evilloso@hotmail.com >Contact Us</a>");
document.write("</font>");

