       document.write('<hr><h6> &copy; 2007  by Dr. Donna Schwontkowski.</h6>');
       document.write('<a class="footer" HREF="drdonna_privacypolicy.htm" STYLE="text-decoration: none">privacy policy</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="drd_terms.htm" STYLE="text-decoration: none">terms and conditions</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="http://www.milliondollarmemory.net/site_map.htm" STYLE="text-decoration: none">site map</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="mailto:webmaster@drdonna.net" STYLE="text-decoration: none">contact webmaster</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="contact.htm" STYLE="text-decoration: none">book speaker</a><BR>');
       document.write('<a class="footer" HREF="http://www.mdminternationalspeaking.com" STYLE="text-decoration: none">mdminternationalspeaking.com</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="http://www.milliondollarmemory.net" STYLE="text-decoration: none">milliondollarmemory.net</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="http://www.drdonna.net" STYLE="text-decoration: none">drdonna.net</a>');

        // extract proper URL from this file name, assuming this file
       // is "proj_footer.html" or "proj_footer.htm"
       // and the proper URL for the frameset is "proj.html" or "proj.htm"
       myURL = document.location.href;

       // Get the suffix on the file name (everything after "_footer")
       myExt = myURL.substring(myURL.indexOf("_footer") + 7, myURL.length) 

       // Get the part of the URL that goes up to "proj"
       myUrl = myURL.substring(0,myURL.indexOf("_footer"))

       // Assemble the appropriate string
       document.write('<h6>URL: ' + myUrl + myExt + '</h6>');
