$(document).ready(function() { 
		
	$('table.jobs').dataTable({
		'iDisplayLength': 25,
		'sPaginationType': 'full_numbers',
		'oLanguage': { 'sSearch': 'Filter:' }
	});


}); 


