/* 
** Writes a copyright notice (normally used at the bottom of a page)
**
** Other Functions:   getYYYY.js
**
*/
function writeCopyright()
{
     var d = new Date();
     var yy = getYYYY(d);

     document.writeln("<FONT SIZE=\"-2\">");
     document.writeln("&copy "+yy+", <A HREF=\mailto:njtide@njit.edu\>Send comments to: New Jersey TIDE Center</A>");
     document.writeln("</FONT>");
}


