function createmail2(four, three, two, one, name){

    document.write('<a href=\"mailto:' + one + two + three + four + '\">');
    document.write(name + '</a>');


}
