var InternovaT = function () { var a = {}; a.addObject = function (b, c) { a[b] = c }; return a }; var internovat = InternovaT();
