$(document).ready(function() {  
    $("#program_table") 
		.tablesorter({widthFixed: true, widgets: ['zebra']}) 
		.tablesorterPager({container: $("#pager")});
});