 
 
 $(document).ready(function(){
   $(".msg").hide();
   $(".msg").show("slow");
 });