$(document).ready(function(){
    $("#suche").autocomplete('/index.php?eID=ntfwordbookac', {
		selectFirst: false
		
	});
    
});

