function ChatterBot() { } ChatterBot._path = '/chatter/dwr'; ChatterBot.askQuestion = function(p0, callback) { DWREngine._execute(ChatterBot._path, 'ChatterBot', 'askQuestion', p0, callback); }