function items(obj) {for (i = 0; i < obj.Item.length; ++i) {document.write( obj.Item[i].mm );}}items({"Item":[{"mm":""}]});