$().ready(function() {
$('#street').autocomplete("/ulice/", {
    extraParams: {CatID:1404},
    autoFill: true,
    max:0
    
});
});
