$(document).ready(function(){

	$("#box1").click(function(event){
		document.location = "http://kiwu-goettingen.de";
	});

	$("#box2").click(function(event){
		document.location = "http://www.mvz-goettingen.de/index.php/patienten.html";
	});
	$("#box3").click(function(event){
		document.location = "http://www.mvz-goettingen.de/index.php/aerzte.html";
	});
});
