var Contact = {
    setup: function() {
        $('#liame_na_edih').hide();
    }
}

$(document).ready(Contact.setup);