<!-- Begin
document.write('<font size=1 color=black>');
document.write('<center>');

document.write('Modified:  ');
var modifieddate=document.lastModified
document.write(modifieddate)

function writeEmailLink(labeltext) {
	var realEmail = "Blaine.Keener";
	 realEmail += "@";
	 realEmail += "dot.gov?";
	 
	 
	var str = "<a href = 'mailto:";
	 str +=  realEmail;
	 str += 'Subject';	
	 str += labeltext;
	 str += "'>";
	 str += "Contact Us";
	 str += "</a>";
	 document.write(str);
	 
}

document.write('</center>');
document.write('</font>')
// End -->


