<!-- DO NOT REMOVE - This file contains the footer for all of the MIP Wilusz Lab pages-->
<!--The copyright 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><p align='center' class='footer'>This website is maintained by <a href='mailto:erin.napier@colostate.edu'>Erin Napier</a><br />For questions regarding the lab please contact Carol Wilusz at <a href='mailto:carol.wilusz@colostate.edu'>Carol.Wilusz@ColoState.Edu</a><br /> &copy Copyright 2010 <a href='http://www.cvmbs.colostate.edu/'>College of Veterinary Medicine & Biomedical Sciences</a><br />Colorado State University. All Rights Reserved.<br /><a href='http://www.admissions.colostate.edu/'>Apply to CSU</a> | <a href='http://welcome.colostate.edu/index.asp?url=info_csu-disclaimer'>Disclaimer</a> | <a href='http://welcome.colostate.edu/index.asp?url=info_csu-equalop'>Equal Opportunity</a> | <a href='http://welcome.colostate.edu/index.asp?url=info_csu-privacy_pol'>Privacy Statement</a></p><p align='center' class='footer'><a href='http://welcome.colostate.edu/'><img src='http://www.cvmbs.colostate.edu/mip/wiluszlab/images/csu-logo-grn_ctr_sm.jpg' width='133' height='61' border='0' align='bottom' /></a> <br />  ");
document.write("Updated:  " + showTouchDate() + "</p>");


