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