$(document).ready(function() {
					$('#keyword').autocomplete(
					'http://www.monsterzeug.de/suchskript/autokeyword.php',
						{
							delay:10,
							dataType: 'html',
							minChars:1,
							matchSubset:2,
							matchContains:1,
							cacheLength:25,
							autoFill:false,
							maxItemsToShow:25,
							max:25
						}
					);
				});
