document.observe('dom:loaded', function() {
	new Ajax.Autocompleter("search", "autocomplete_choices", "autocomplete.html", {
	  paramName: "value", 
	  minChars: 1, 
	  indicator: 'indicator1'
	});
});
