var ins = function (doc) {
      var id; runInFence(function () { id = coll.insert(doc); });
      return id;
    };