$('#hledat_blok').submit(function() {
  location.href='/hledat/' + osetreni($('#hledat').val()) +'/';
  return false;
});
