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

