window.addEvent('domready', function() {
	var inputWord = $('txtSearch');

	new Autocompleter.Request.HTML(inputWord, 'AutoComplete.aspx', {
		'indicatorClass': 'autocompleter-loading', 'autoSubmit': true // class added to the input during request
	})

})
