// JavaScript Document
// footer text for all pages

document.write("<span style='font-weight:bold; font-family:arial; font-size:9pt'>");	
document.write(" <br /><center> </center> ");	
document.write(" <br /><center>");
document.write("<a href=\"index.html\">Home Page</a> ");	
document.write("| <a href=\"offices.html\">Office Information</a> ");	
document.write("| <a href=\"links.html\">Related Links</a> ");
document.write("| <a href=\"victimassist.html\">Victim Assistance & Compensation</a> ");
document.write(" <br /><center> ");	
document.write("<a href=\"checkfraud.html\">Check Fraud</a> ");
document.write("| <a href=\"domesticviolence.html\">Domestic Violence</a> ");
document.write("| <a href=\"drugcourt.html\">Drug Court</a> ");
document.write("| <a href=\"coldcase.html\">Cold Cases</a> ");
document.write(" <br /><center> ");
document.write("| <a href=\"juvenilediversion.html\">Juvenile Diversion</a> ");
document.write("| <a href=\"teencourt.html\">Teen Court</a> ");
document.write(" <br /><center> ");	
document.write("  <a href=\"2008newsreleases.html\">2008 News</a> ");
document.write("| <a href=\"2007newsreleases.html\">2007 Archives</a> ");
document.write("| <a href=\"2006newsreleases.html\">2006 Archives</a> ");
document.write("| <a href=\"2005newsreleases.html\">2005 Archives</a> ");
document.write("| <a href=\"2004newsreleases.html\">2004 Archives</a> ");
document.write("| <a href=\"2003newsreleases.html\">2003 Archives</a> ");
document.write(" <br /></center>");
document.write("<span style='font-weight:normal; font-family:arial; font-size:8pt'>");
document.write(" <br /><center>Original Site Design and Content Copyright &#169; 2003-2009<br>District Attorney's Office, 11th Judicial District, State of Colorado<br>All Rights Reserved ");
document.write("  <br /><br />For website technical problems or questions ");	
document.write("  contact:  <a href=\"mailto:admin@hermithouse.com\">HermitHouse</a> ");	
document.write(" <br /></center>");


