$(document).ready(function() {

	$('#menu-logo').click(function(e) {
		window.location = $(this).attr("url");
		event.preventDefault();
	});
	
});
