name  = 'Dacor Manufacturing, Inc';
start = 2006;

now = new Date()
now = now.getFullYear();

copy = start + (now == start ? '' : '-'+now);

document.write('<div id="copyright">');
document.write('Copyright &copy; '+copy+' '+name+'. All rights reserved.');
document.write('</div>');
