$(document).ready(function(){
   $('#tViewAll').click(function(event){
   $('.testimonialBubble').hide().insertBefore('#viewNextBlock').fadeIn(500);
   $('#viewNextBlock').hide();
   event.preventDefault();
   });
});