$(document).ready(function(){
	$('#logo').click(function(){
		window.location='/';
	});
});
