<!-- DO NOT REMOVE - This file contains the footer for all of the pages-->
<!--The copywrite date needs to be updated in this file yearly.  -->

function showTouchDate() {
       var mdate = new Date(document.lastModified);
       var months = new Array("January", "February", "March", "April",
"May", "June", "July", "August", "September", "October", "November",
"December");
       var year = mdate.getYear();
       if(year < 1000) year += 1900;
       return (months [mdate.getMonth()] + " " +  mdate.getDate() + ", " +
year);
    };

document.write("<table width='800' border='0' cellpadding='0' cellspacing='0'><hr width='25%'  align='center' /><tr><td><p align='center' class='footer'>&copy Copyright 2005 by Bio-Logistics. All Rights Reserved.</td></tr>
			   <tr><td>
			   <div id="burgundystripe">&nbsp;</div>
			   </td></tr></table>");


