distinti=new Array();
for (var i in nomi)
{
if (!controllo(distinti,nomi[i]))
distinti[distinti.lentgh]=nomi[i]
}
function controllo(arr,val)
{
for (var scan in arr)
if (arr[scan]==val) return true;
return false;
}
distinti=new Array();
for (var i in nomi)
{
if (!controllo(distinti,nomi[i]))
distinti[distinti.lentgh]=nomi[i]
}
function controllo(arr,val)
{
for (var scan in arr)
if (arr[scan]==val) return true;
return false;
}
si vivono molte vite e si muore una volta sola