function sign(uuids) { var data = ""; for(var i =0 ; i<uuids.length; i++) data += $e(uuids[i]).value; return data; }