
	myDate = new Date();
	myYear = myDate.getFullYear();

	document.write("<span class=copyrightAuto>");
	document.write("&nbsp;&copy;");
	document.write(myYear);
	document.write("&nbsp;");
	document.write("Human Academy Co., Ltd. All Rights Reserved.");
	document.write("</span>");


