var today=new Date();
var yy=today.getYear();
if (yy<2000) {yy=yy+1900};

function copyright(){
    document.write('Copyright &copy; '+yy+' レトルトカレーを通販で！ All Rights Reserved.');
}

