function mayle_bocks(apple, orange, peach){

    apple = (apple == "")?"tom":apple;
    orange = (orange == "")?"tomfeist":orange;
    peach = (peach == "")?"." + "com":peach;
    
    apricot = "<a href=" + "mai" + "lto:" + apple + "@" + orange + peach + ">" + apple + "@" + orange + peach + "</a>";

    return apricot;
}
function fone_phax(saturn, neptune, mars){
    
    saturn = (saturn == "")?"757":saturn;
    neptune = (neptune == "")?"627":neptune;
    mars = (mars == "")?"4766":mars;
    
    pluto = "(" + saturn + ") " + neptune + "-" + mars;
    
    return pluto;
}