 <SCRIPT> 

<!-- 

 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); 

  } 

 //--> 

</SCRIPT> 