  <!--  // Suffix file
    if (Version > 0) {

   // Write comment request line
      lstring = window.location +"";
      document.write("<center><i><a " +
      "href=\"/baden/copyright.html\" " +
      " onMouseOver=\"window.status= 'Copyright information'; " +
      " return true\"> &#169;" +
      yr + " William W. Baden</A></I><BR>");
      document.write("<i><a href=\"/baden/comments.html?Source=" +
            lstring.substring(7,lstring.length)+"$baden@ipfw.edu$" +
      "\" onMouseOver=\"window.status='Comment Form'; return true\">"+
      "Comments?</A></I>");
  // Write out last revision date and url for this page
    document.write("<h6>Last updated: ")
    document.write(rd.substring(3,10) + " " + yr + " " + tm +"EST (" + zt +")<br>url: "+window.location+"</h6></center>");
   }
 //-->
