$().ready(function() {
	$("#kopf_suche").jSuggest({
		url: "index.php?seid=5&DOEXPORT=1",
		loadingText: "",
		data: "GCMS_SUCHE"
	});
});

