var namespace= { msg:"howdy", hello: function () { alert(namespace.msg) }, goodbye: function () { alert("goodbye") } }