<!-- Begin

function AddToFavorites() {
  title = "1st Analyst Information Services - Making It Easy for Anyone to Publish Information Products";
  if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
    window.external.AddFavorite (self.location,title);
  }
  else {
    alert("This hyperlink is supported only in the Internet Explorer 4 or higher.");
  }
}

<!-- End -->

