<!-- DO NOT REMOVE - This file contains the footer for all of the CVMBS Insight 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("<br><hr width='25%' /><p align='center' class='footer'>For ERL Magazine questions and comments, or news items, contact <a href='mailto:carol.borchert@ColoState.EDU'>Carol Borchert</a>, writer/editor.<br /> &copy Copyright 2007 College of Veterinary Medicine &amp; Biomedical Sciences<br />Colorado State University. All Rights Reserved.<br /><a href='http://www.admissions.colostate.edu/'>Apply to CSU</a> |&nbsp;<a href='http://welcome.colostate.edu/info-disclaimer.aspx'>Disclaimer</a>&nbsp;| <a href='http://welcome.colostate.edu/info-equalop.aspx'>Equal      Opportunity</a>&nbsp;| <a href='http://welcome.colostate.edu/info-privacy.aspx'>Privacy Statement</a><br />");
document.write("Updated:  " + showTouchDate() + "</P>");
document.write("<a href='/webmaster/access.htm'><div align='center'><img src='/images/access.gif' alt='Web Access Symbol (for people with disabilities)' width='72' height='67' border='0' /></div></a>"); 

