// JavaScript Document
	copyright=new Date();
	update=copyright.getFullYear();
	document.write(update);

