Javascript Singleton Object
var singleton { some_property: 'some value', another_property: 33, some_method: function() {}, another_method: function() {} };