codice:
var html='<ul>';
for (var x in province){   
   html+="[*]<a>"+x+" - "+province[x]+"</a>";
}
html+='[/list]';
$('body').append(html);