function dwrFront() { } dwrFront._path = '/dwr'; dwrFront.getOutlookService = function(callback) { DWREngine._execute(dwrFront._path, 'dwrFront', 'getOutlookService', callback); } dwrFront.setOutlookService = function(p0, callback) { DWREngine._execute(dwrFront._path, 'dwrFront', 'setOutlookService', p0, callback); } dwrFront.advertCount = function(p0, callback) { DWREngine._execute(dwrFront._path, 'dwrFront', 'advertCount', p0, callback); }