function chrInfo () {
 chrcr = new Date();
 chryear = chrcr.getFullYear();

 if (Date.parse(document.lastModified) !=0)
  document.write("<p style='clear:both;'><small>&#169; center for habitat restoration</small><br /><small><i>modified: " + document.lastModified + "</i></small></p><br />");

}