$(document).ready(function(){
  // select checkbox in serach form
  /*
  $().applyAllCheckbox('form.search.businessUnit');
  $().applyAllCheckbox('form.search.segment');
  $().applyAllCheckbox('form.search.region');
  $().applyAllCheckbox('form.search.employmentType');
  */

  $(function() {
    $(".jquery-tablesorter").tablesorter(
      {sortList: [[0,1]],
       cssAsc: 'jquery-tablesorter-thUp',
       cssDesc: 'jquery-tablesorter-thDown',
       cssHeader: 'jquery-tablesorter-th',
       textExtraction: 'complex'
       }
    );
  });
});
