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