window.onload = function () {
	new Ajax.Autocompleter("service", "autocomplete_choices", base_url+"home/ajaxsearch/", {
			indicator: "working"});	
}