       document.write('<hr><h6> &copy; 2008  by MDM, Inc.</h6>');
       document.write('<a class="footer" HREF="privacy.htm" STYLE="text-decoration: none">privacy policy</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="terms.htm" STYLE="text-decoration: none">terms and conditions</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="http://www.drdonna.info/site_map.htm" STYLE="text-decoration: none">site map</a>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<a class="footer" HREF="mailto:webmaster@drdonna.info" STYLE="text-decoration: none">contact webmaster</a>&nbsp; <BR><BR>');
       document.write('<a class="footer" HREF="http://www.MDMInternationalSpeaking.com/contact.htm" STYLE="text-decoration: none">book dr. donna as your next speaker</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('<p>URL: ' + myUrl + myExt + '</h6>');

       document.write('<br><br><br><br><br><br><br><br><br><br>');
