$(document).ready(function() {
	$("h1").click(function() {
    window.location='index.php';
});
});
