function setMl() {
    $("#sMl a").each(function() {
        var m = $(this).attr("m");
        $(this).attr('href',"mailto:"+ m).removeAttr('m');
    })
}
