$(document).ready(function() 
    { 
        $("table#jobready")
        .tablesorter({widthFixed: true, widgets: ['zebra'],dateFormat: 'uk',sortList: [[3,1]]})
        .tablesorterPager({container: $("#jobreadypager")});
    } 
);

$(document).ready(function() 
    { 
        $("table#jobcentacare")
        .tablesorter({widthFixed: true, widgets: ['zebra']});
    } 
);

$(document).ready(function() 
    { 
        $("table#coursescentacare")
        .tablesorter({widthFixed: true, widgets: ['zebra']});
    } 
);