
/*  this script will create a copywright bar   */
/* it uses styles from (class="copyright-bar-links ) in Index_2.css  */ 

document.write("<div class=\"copyright-black-bar\" >Copyright \&copy 2011.   American Construction Company.\&nbsp;\&nbsp;\&nbsp; ")
document.write("                                    Designed by <a class=\"copyright-bar-links\" href=\"mailto:tomkerns\@kernsis.com\">Kerns Info Systems Web Hosting</a>.\&nbsp;\&nbsp;\&nbsp;&nbsp; ")
document.write("                                                                               \&nbsp;\&nbsp;\&nbsp;\&nbsp;\&nbsp; ") 
/* document.write("     <span><a class=\"copyright-bar-links\" href=\"./Web_Links.html\">Links</a></span> ") */
document.write("     <span>\&nbsp;\&nbsp;\&nbsp; <a class=\"copyright-bar-links\" href=\"./contact_us.html\">Contact Us</a></span> ")
/* document.write("     <span>\&nbsp;\&nbsp;\&nbsp; <a class=\"copyright-bar-links\" href=\"./index.html\">Top Of Page</a></span> ") */
document.write("  </div> ")

