String.prototype.printAddr = 
function (_hamper,_prefix,_postfix,_face)
{
  _hamper=
  _prefix+
  "@"+
  this+
  (_face || '')+
  (_postfix || '')
  document.write((_hamper).link("mailto:"+_hamper));
}
