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