// JavaScript Document
	var the_today=new Date();
	var the_year= the_today.getFullYear();
	document.write("Copyright (C) 2008-",the_year, " <a href='mailto:info@newton.ed.jp'>NEWTON Special Training High School</a> All rights reserved.")
