<!--
function addIEFavorite() {
   if (document.all) {
      external.AddFavorite(location.href, 'Freedman Law')
      }
   else {
      alert("Your browser doesn't support this feature.\n" +
      "For Firefox use Ctl+D.");
      }
}
// -->