// JavaScript Document
<!--
 // get the current year and write it
var theDate = new Date();
document.write("<br>Copyright &copy;" + theDate.getFullYear() + " Rose Creek Watershed. All rights reserved.")
//-->