function Vuoto() {
};

Vuoto.prototype.toString=function (){
	return "";
}

