$(document).ready(function() {
    $("#msg_box_errors").effect("bounce");
    $(".msg_box_others").effect("bounce");
});


