String.prototype.printAddr =
function (_hamper,_prefix,_postfix,_face)
{
    _hamper=
    _prefix+
    "65&#64;scon"+
    this+
    (_postfix || '')
    document.write(_face||_hamper);
}

