// JavaScript Document

var d=new Date();

yr=d.getFullYear();

if (yr!=2002)

	    document.write("&nbsp;"+yr);