
	$(document).ready(function(){
		$("#vacature-overzicht").tablesorter({
			sortList: [[0,0]]
		});
	});
