$(function(){
    Shadowbox.init();

    $('#email_input').labelify({
        text: 'label',
        labelledClass: 'label'
    });
    $('#email_label').hide();
});

