$(document).ready(function(){
    //hide the all of the element with class msg_body
$(".audio_body").hide();    
});
