
function play(toWhat){


 $(".testimonialrotator").hide();
 $("#"+toWhat).show();

}


 $(document).ready(function() {

 $(".testimonialrotator").hide();
 $("#testimonial1").show();

});




