// JavaScript Document
$(document).ready(function() {
	// call the tablesorter plugin, the magic happens in the markup
	$("#cioTable").tablesorter({sortList:[[0,1]], widgets: ['zebra']});
});

$(document).ready(function() {
	// call the tablesorter plugin, the magic happens in the markup
	$("#cioTable2").tablesorter({sortList:[[0,0]], widgets: ['zebra']});
});

