// JavaScript Document
$(function(){
	$('#header').click(function(){
		document.location = '/';
		return false;
	});
});
