function post(shorts,eatmy,usetext) {
    var nospam = "&#064";
    if (eatmy == "") {
        eatmy = "lv.parnu.ee";
    }
    if (usetext == "") {
        document.writeln("<A href='mailto:"+shorts+nospam+eatmy+"'>"+shorts+nospam+eatmy+"</A>");
    } else {
        document.writeln("<A href='mailto:"+shorts+nospam+eatmy+"'>"+usetext+"</A>");    
    }
}

