$(document).ready(function(){
        $('a[href^="mailto"], span.wmail').each(function (i) {

                var temp = $(this).html();
                temp = temp.replace("[comp1]","Phi");
                temp = temp.replace("[comp2]","Avan");
                temp = temp.replace("[comp3]","lippe");
                temp = temp.replace("[comp4]","zini");
                temp = temp.replace("[comp5]","56 B");
                temp = temp.replace("[comp7]","ubry ");
                temp = temp.replace("[comp9]","710");
                temp = temp.replace("[comp8]","7");
                temp = temp.replace("[comp10]","0 Nanteuil les Mea");
                temp = temp.replace("[comp6]"," Ruelle A");
                temp = temp.replace("[comp11]","ux");
                $(this).html(temp);

                if($(this).attr("href")){
                        var temphref = $(this).attr("href");
                        temphref = temphref.replace("[atte]","@");
                        temphref = temphref.replace("[p]",".");
                        $(this).attr("href",temphref);
                }
        })
});
