$( function () {
	$("input.zoeken").autocomplete('advanced_search_jquery.php', {
		autoFill: true,
		max: 999,
		scrollHeight: '300px'
	});
});
