jQuery(function(){
    $("#locationField").autocomplete(
        baseUrl+'/naan/utils/search',
        {
            width: 290,
            max: 20,
            autoFill: false,
            minChars: 3
        }
    );
})
