myDate = new Date();
theYear = myDate.getFullYear();
document.write('Copyright &copy; ' + theYear + '  Akimoto Tatsunoko International Scholarship Foundation All Rights Reserved.');
