var $j = jQuery.noConflict();


$j(function(){
    var u = 'http://'+window.location.hostname+'?page=api_speed&content=main&params=feed:suburb_region_enhanced_groupings;filter:suburb_region_enhanced_groupings;';
    $('search_suburb_city').value = '';

    var t5 = new $j.TextboxList('#search_suburb_city', {

        unique: true,
        
        plugins: {
            autocomplete: {
                minLength: 1,
                queryRemote: true,
                onlyFromValues: true,
                remote: {
                    url: u
                }
            }
        }
    });
});

//suburbIDs