function insMail(sId)
{
    var sP1 = 'Patch';
    var sP2 = 'info';
    var sText = sP2 + String.fromCharCode(63+1) + sP1 + 'Monkeys.com';
    var sIns = '<a style="color: #e36c0a;" href="mailto:';
    sIns += sText;
    sIns += String.fromCharCode(34) + String.fromCharCode(62) ;
    sIns += sText;
    sIns += String.fromCharCode(60) + '/a' + String.fromCharCode(62);
    document.write(sIns);
}
