﻿var today=new Date();
var yy=today.getYear();
if (yy<2000) {yy=yy+1900};

function copyright(){
    document.write('Copyright &copy; '+yy+' IKEBUKURO LIP All Rights Reserved.');
}