//extend tablesorter
$(function() {
		$("table")
			.tablesorter({widthFixed: true, widgets: ['zebra']}) 
			.tablesorterPager({container: $("#pager")});
	}); 