myDate = new Date();
theYear = myDate.getFullYear();
document.write('Copyright (C) ' + theYear + ' CITIZEN SYSTEMS JAPAN CO.,LTD. All Rights reserved.');