var writeCopyright = '';

writeCopyright += '<p>&copy;&nbsp;' +

new Date().getFullYear();

writeCopyright += '&nbsp;Arbitron Inc.&nbsp;&nbsp;All Rights Reserved</p>';

document.writeln (writeCopyright);