$(document).ready(function() {
	// Sortable tables
	$('.sortable').tablesorter( );
});

