﻿$(function()
{		
	$(".sortable").tablesorter({
		sortList:[[0,0]],
		widgets: ['zebra']
	});
});	

