google.load("jquery", "1.3.2");
google.setOnLoadCallback(function() {
	$('#branding h1').click(function() {
		location.href = "/";
	})
});