var postcodeLookup = new Object; postcodeLookup.mainFunctions = { findAddress: function(postcodeElement, containingDiv) { alert(1); } }