$(document).ready(function() {
	$("#div1").click(function(){
		window.location="patient_forms.php";
	})
	$("#div2").click(function(){
		window.location="testimonials.php";
	})
	$("#div3").click(function(){
		window.location="app2.php";
	})
});
