//コピーライト年　自動取得
var now = new Date();
var year = now.getFullYear();
document.write(year);