myDate = new Date();
theYear = myDate.getFullYear();
document.write('Copyright &copy; ' + theYear + ' The Sankei Shimbun. All rights reserved. ');

