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