function emLink(txtLink, subj) {
  var mLink = new Array("joseph.oster","@","gmail",".","com");
  var stSubj = subj ? '?' + 'subject' + '=' + subj : "";
  document.write('<a href="mai' + 'lto' + ':' + 'Joseph Oster' + '<' + mLink.join("") + '>' + stSubj + '">' + txtLink + '</a>');
  }

function sendPrivate(id) {
  var popWin = window.open('/popup.php?contentID=send_a_message-display&ref_componentID=registration&the_ID=' + id, "postalWin",  'scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=520,left=200,top=100');
  popWin.focus();
  }

function jt_AddListener(obj, evType, fn) {
  if (obj.addEventListener) {
    obj.addEventListener(evType, fn, false);
    return true;
    }
  else if (obj.attachEvent) return obj.attachEvent('on' + evType, fn);
  else return false;
  }

function mhs71_home() {
  document.location.href = 'http://www.montgomery71.com';
  }

function mhs71_init() {
  var img = document.createElement('img');
  img.src = 'http://www.wingo.com/mhs71/mhs71_2.png';
  img.style.position = 'absolute';
  img.style.top = '26px';
  img.style.left = '2px';
  img.style.cursor = 'pointer';
  img.onclick = mhs71_home;
  document.body.appendChild(img);
  }
//jt_AddListener(window, 'load', mhs71_init);
