﻿var today=new Date();
var yy=today.getYear();
if (yy<2000) {yy=yy+1900};

function copyright(){
    document.write("2003-"+yy);
}