Object Passing

I've got a very simple need: I want the JavaScript (ECMAScript) object I create to pass between scripts, and I want everyone to have access to it.

That is, if I create an array object and send it to scripts A, B, and C, I want scripts A, B, and C to each be able to access the array elements -- simultaneously -- and modify them.

That isn't too much to ask, because I can already do something similar with other P2006 objects, such as the conference object.

Since I've been pounding on this for a couple of hours, it's time to ask Voxeo tech if they support this or not. I've asked before...