$(document).ready(function(){
    $('#seminars').tablesorter({
        headers: { 0: { sorter: false}},
        sortList: [[2, 0]]
    });
});

