
$().ready(function() {

	$('#logo').click(function() {
		location.href = 'http://www.essentio.pl';
	});

});

