$(function() {
	$('#header .logo h1').click(function() {
		document.location = $(this).children('a').attr('href');
	});	
});