new Ajax.Autocompleter("userPostal","hint","/?page=webservices/getPlaces",{ indicator: 'indicator1', minChars: 3});

//paramName: 'searchterm',

function buttonClick() {
	$('zoekLocatie').click();
}
