$(document).ready(function() 
    { 
        $("#tablecontent").tablesorter({widgets: ['zebra'],headers: {1:{sorter: false}}}).tablesorterPager({container: $("#tablesorterPager")});
		$(".tabcontent").tablesorter({widgets: ['zebra']});
		$(".tabcontent_2").tablesorter({widgets: ['zebra'],headers: {1:{sorter: false},2:{sorter: false},3:{sorter: false},4:{sorter: false}}});	
    } 
);
