$().ready(function() {	
	$.post('testimonials.php', function(data) {
		$("#testimony").html(data);
	});
});
