var AccountsObject = {}; AccountsObject.getTransactionForm = function() { alert("Yoyo I am a frog"); }; AccountsObject.refundTransaction = function(tid) { alert("I'm a little teapot short and stout"); };