_lmd = (new Date(document.lastModified));
document.write(
	"LastUpdate:",
	_lmd.getFullYear(),"/",
	_lmd.getMonth() +1,"/",
	_lmd.getDate()
);
