	<!--
		lastModDate = new Date(document.lastModified)
		lastModMonth = lastModDate.getMonth() + 1
		lastModDay = lastModDate.getDate()
		lastModYear = lastModDate.getFullYear()
		document.write("<I>Last Modified Date: " 
			+ lastModMonth + "/" + lastModDay + "/"
			+ lastModYear + "<I>")
	//-->
