$(document).ready(function() {
	$("#quoteBox").css("cursor","pointer").click(function() {
		window.location="testimonials.php";
	});
});