$(document).ready(function()
{
		$('table').tablesorter({
			sortList: [[1,0]],
			headers: {
				0: { sorter: false }
			}
		});
});