function emailfrac(id, f3, f1, f2) {
    $("#" + id).attr("href", f1 + f2 + f3);
    $("#" + id).text(f1 + f2 + f3);
}
