$(document).ready(function(){
	$('#header').click(function(){
		document.location.href="/index.php";
	});
});
