Can't get Autocomplete to work!!

Can't get Autocomplete to work!!


Hi,
I really need help, I'm using JQuery UI 1.6rc2 and I cant get the
bundled autocomplete to work with local data.
Example:
//--------------------------------------
var data = [
    "One",
    "Two",
    "Tree",
    "Four",
    "Five",
    "Six",
    "Seven",
    "Eight",
    "Nine",
    "Ten"
];
$("#example").autocomplete(provincias);
//--------------------------------------
When I actually try it with firebug, the input tag gets the class 'ui-
autocomplete-input' added but nothing more happens in the html.