
	var options = {
		script:"class/searchAjax.php?json=true&",
		varname:"input",
		json:true,
		callback: function (obj) { document.getElementById('keywordId').value = obj.id; }
	};
	var as_json = new AutoSuggest('keyword', options);
	
	
	var options_xml = {
		script:"class/searchAjax.php?",
		varname:"input"
	};
	var as_xml = new AutoSuggest('input_xml', options_xml);
