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