codice:
var str="xxx, yyy, zzz";
var v1=str.split(", ")[0];
var v2=str.split(", ")[1];
var v3=str.split(", ")[2];
ciao