/*
This .js file was written to standardize the footers on the site.  
*/
function WriteFooter () {
	with (document) {
		writeln ("</font><font size=\"2\" face=\"Arial\">");
		writeln ("For questions or comments, please send <a href=\"mailto:Alan_E_Hopko@rl.gov?subject=PHMC Contract\"><b>email</b></a> to Alan_E_Hopko@rl.gov.<br>")
		writeln ("URL: " + location.href + "<br>");
		writeln ("Last Modified: " + lastModified + "<br>");
		}
}
