copyrightDate=new Date();
copyrightYear=copyrightDate.getFullYear();

document.write("<center><small>&copy; " + copyrightYear + " Yamanashi Online</small></center>");
