$(document).ready(function() {
	$('#sermonTable').dataTable( {
		"aaSorting": [[ 0, "desc" ]],
		"bAutoWidth": false,
		"sPaginationType": "full_numbers"
	} );
} );
