        <!--
        
         if ((navigator.appVersion.indexOf("MSIE") > 0)
        
          (parseInt(navigator.appVersion) >= 4)) {
        
           var sText = "<u><span style='color:blue;cursor:hand;'";
        
           sText += "onclick='window.external.AddFavorite(location.href,";
        
           sText += "document.title);'>Add this page to your favorites</span></u>";
        
           document.write(sText);
        
          }
        
         //-->