$(function() {
    $('.details:not(html)').html5accordion('.summary');
    $('#contact .email').defuscate();
});

