// JavaScript Document
var server_name = window.location.hostname;
var https_serv  = "https://" + server_name;
var http_serv   = "http://" + server_name;

document.write('<div id="footerBG">');
document.write('   <div class="footerCenter-wrapper">');
document.write('      <div id="footer">');
//document.write('      <p><a href="' + http_serv + '/contact.html">Contact Us</a> | <a href="' + http_serv + '/privacy.html">Privacy Policy</a> | <a href="'+ http_serv + '/about.html">About Us</a></p>');
document.write('      <p>');
document.write('      <a href="' + http_serv + '/contact.html">Contact Us</a>');
document.write('      | <a href="' + http_serv + '/privacy.html">Privacy</a>');
document.write('      | <a href="'+ http_serv + '/documents/pacer_policy.pdf">Policies and Procedures</a>');
document.write('      | <a href="'+ http_serv + '/about.html">About Us</a>');
//document.write('      | <a href="http://www.uscourts.gov">U.S. Courts Home</a>');
document.write('      </p>');
document.write('      <p class="footerText">This site is maintained by the Administrative Office of the U.S. Courts, PACER Service Center.<br/>The purpose of this site is to provide information about locating and filing cases in U.S. federal courts.</p>');
document.write('      </div>');
document.write('      <div class="clearer">&nbsp;</div>');
document.write('   </div>');
document.write('   </div>');


document.write('<map name="HdrMap">');
document.write('<area shape=polygon coords="20,16,27,13,31,16,31,11,35,12,35,7,73,15,74,21,74,27,82,27,82,20,193,21,199,53,408,53,408,66,81,67,81,46,74,46,72,52,69,55,75,59,39,74,38,63,27,63"');
document.write('   alt="PSC Home"');
document.write('   title="PSC Home"');
document.write('   href=' + http_serv + '>');
document.write('<area shape=polygon coords="847,32,869,32,869,30,876,29,860,22,871,16,889,24,886,17,893,18,898,24,916,16,925,22,910,28,917,30,917,32,939,32,939,65,847,65" ');
document.write('   alt="U.S. Courts Home"');
document.write('   title="U.S. Courts Home"');
document.write('   href=http://www.uscourts.gov >');
document.write('</map>');

