var curdate = new Date();
var year = curdate.getYear();
var ctext = '';

ctext += '<td WIDTH="100%">';
ctext += '<center><p class="copyright">';
ctext += 'content property of Nashua Fish and Game Association &copy; 2000-';
ctext += year
ctext += ', all rights'; 
ctext += ' reserved<br></a></p></center>';
ctext += '</td>';

document.write(ctext);
