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

