       <!-- hide  scripts from old browsers

       document.write('<p style="font-size:9.0pt;font-family:Arial; color:#0066FF"><center> &copy; 2007  by MDM, Inc.  and  Dr. Donna Schwontkowski.</center><BR>');
       document.write('<A class="footer" HREF="mdm_privacypolicy.htm">');
       document.write('privacy policy</A>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<A class="footer" HREF="mdm_terms.htm">');
       document.write('terms and conditions</A>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<A class="footer" HREF="http://www.milliondollarmemory.net/site_map.htm">');
       document.write('site map</A>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<A class="footer" HREF="mailto:webmaster@milliondollarmemory.net">');
       document.write('contact webmaster</A>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<A class="footer" HREF="contact.htm.htm">');
       document.write('book speaker</A><BR>');
       document.write('<A class="footer" HREF="http://www.mdminternationalspeaking.com">');
       document.write('mdminternationalspeaking.com</A>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<A class="footer" HREF="http://www.milliondollarmemory.net">');
       document.write('milliondollarmemory.net</A>&nbsp; &nbsp;|&nbsp; &nbsp;');
       document.write('<A class="footer" HREF="http://www.drdonna.net">');
       document.write('drdonna.net</A></p>');

        // 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 style="font-size:10.0pt;font-family:Arial; color:#0066FF"><center><B>URL: </B>' + myUrl + myExt + '</center><P>');  

       // done hiding from old browsers -->
