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