jQuery.noConflict();

(function($) { 
$(document).ready(function(){ 
        $(".hodnoceni").tablesorter();
    })
})(jQuery);
    
