<!-- DO NOT REMOVE - This file contains the footer for all of the CVMBS 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'><a href='index.htm'>Home</a> |&nbsp;<a href='program/program.htm'>About ILM</a> |&nbsp;<a href='participants/participants.htm'>Participants</a> |&nbsp;<a href='projects/projects.htm'>Projects</a> |&nbsp;<a href='proinfo/proinfo.htm'> Producer Information</a><br />For feedback regarding this site, contact " + contactName +" at <a href='mailto:" + emailAddress +"' >" + emailAddress + "</a>.<br />&copy Copyright 2005 by 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/index.asp?url=info_csu-disclaimer'>Disclaimer</a>&nbsp;| <a href='http://welcome.colostate.edu/index.asp?url=info_csu-equalop'>Equal      Opportunity</a>&nbsp;| <a href='http://welcome.colostate.edu/index.asp?url=info_csu-privacy_pol'>Privacy Statement</a><br />Updated:  " + showTouchDate() + "</p><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></td></tr></table>");



