<!-- hide script from old browsers

if (navigator.appName!="Netscape"){
	thisyear = new Date().getYear();
} else {
	thisyear = new Date().getYear()+1900;
}
   document.write(thisyear);

// end hiding script from old browsers -->