
	$(function() {
		$(".tablesorter").tablesorter().tablesorterPager({container: $("#pager")});
	});

