<!-- 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><p align='center' class='footer'>For <em>E-Insight</em> and <em>Insight</em> questions and comments, or news items, contact <a href='mailto:carol.borchert@ColoState.EDU'>Carol Borchert</a>, writer/editor,<br /> or Paul Maffey, Development Director, at <a href='mailto:Paul.Maffey@ColoState.EDU'>Paul.Maffey@ColoState.EDU</a>.<br /> &copy Copyright 2009 <a href='http://www.cvmbs.colostate.edu/'>College of Veterinary Medicine &amp; Biomedical Sciences</a><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='http://www.cvmbs.colostate.edu/images/access.gif' alt='Web Access Symbol (for people with disabilities)' width='72' height='67' border='0' /></div></a>"); 

