What are you trying to accomplish by doing this?
While globals are not recommended, in this case you could simple do:
- window.Obj1 = new Position('#null2', {});
- window.Obj2 = new Position('#null3', {});
The options of each object will be unique, but as air_hadoken mentioned, the functions on both will point to the Position prototype.