$(window).ready(function(){
	$('#headerimg h1').click(function(){
		window.location.href = $('#headerimg h1 a').attr('href');
	});
});