<!--
function addIEFavorite() {
   if (window.external) {
      external.AddFavorite(location.href, 'Altemus & Wagner Attorneys')
      }
   else {
      alert("Oops, your browser doesn't support this feature.\n" +
      "If you are using Netscape Navigator, click Bookmarks\n" +
      "and then Add Bookmark to add this site to your favorites.");
      }
}

// scramble email addresses

var stext;
var user;
var domain;
var suffix;
function jemail(stext, user, domain, suffix){
document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + stext + '</a>');}
// -->