<!-- DO NOT REMOVE - This file contains the footer for all of the CVMBS brochure 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 class='#footer'>For feedback regarding this site, contact " + contactName +" at <a href='mailto:" + emailAddress +"' >" + emailAddress + "</a>.<br />&copy Copyright 2006 by College of Veterinary Medicine &amp; Biomedical Sciences, 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>");
 


