// JavaScript Document

String.prototype.build = 
function (_hamper,_prefix,_postfix,_face)
{
  _hamper=
  _prefix+
  "@"+
  this+
  (_postfix || '')
  //document.write((_face||_hamper).link("mailto:"+_hamper));
  document.write('<area shape="poly" coords="137,86,235,69,238,85,143,103" href="mailto:'+(_face||_hamper)+'" title="Электронная почта">');
}
