// JavaScript Document

function writeLastModifiedDate() {
	document.write(document.lastModified);
}
