function DisplayBottom() {

	document.write("<BR>")
	document.write("<HR ALIGN=CENTER width=90%>")
	document.write("<p class=mod>&copy; 2003 - ")
	document.write(year)
	document.write("&nbsp;The MITRE Corporation.  All Rights Reserved<BR><BR>For questions or comments regarding this Web site, please contact our <a href='mailto:sepo@mitre.org?subject=Standardized Technology Evaluation Process Toolkit Web Site Comments'>Web Team</A>.")
	document.write("<BR>" + GetLastModified() + "</p>")

}
