jQuery(document).ready( /* jQuery no conflict block */
	function($) {

	/* Naseptavac pro fulltext */

	/* zjisteni jazykove mutace */
	x=document.getElementsByTagName('html')[0];
	language = x.lang;

    $("#searchTextInput").autocomplete("/edee/content/sysutf/shared/htdoc/autocomplete.html", {
        extraParams: {sqlQueryId:'r.autocompleteKeywords',lang:language, pre:'www'},
        minChars: 3,
        max: 15,
        scrollHeight: 188,
        matchSubset: false,
        width: 300
	});

})
