$(document).ready(function(){
	// Clickable Logo
	$('.logo').click(function() {document.location.href='/';});
});
