window.onload = function() {
    
    /*
    * We replace the email
    */
    document.getElementById('email').innerHTML = '42@dmathieu.com';
}
