﻿function copyright(){
	myDate = new Date();
	myYear = "Since 12.01.2004. Copyright &copy; 2004-"+myDate.getFullYear()+" <a title=\"Seiloo\" href=\"http://www.seiloo.co.jp/\">Seiloo</a>Inc. All Rights Reserved.";
	document.write(myYear);
}
