
 function addToFavorites() {
   if ((navigator.appVersion.indexOf("MSIE") > 0)
    && (parseInt(navigator.appVersion) >= 4)) {
    var sText = "<SPAN STYLE='color:blue;cursor:hand;font-size:8pt;font-family:verdana,arial,sans-serif;font-weight:400'";
    sText += "onclick='window.external.AddFavorite(location.href,";
    sText += "document.title);'><img src='/images/icons/add_to_favorites_check.gif' width='11' height='10' alt='Add Page To Favorites' hspace='2' vspace='0'><u>Add To Favorites</u> </SPAN>";
    document.write(sText);
   }
 }
