// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; if (AjaxPostThreadHelper == null) var AjaxPostThreadHelper = {}; AjaxPostThreadHelper._path = '/dwr'; AjaxPostThreadHelper.determineRedirect = function(p0, p1, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'determineRedirect', p0, p1, callback); } AjaxPostThreadHelper.createDiscussion = function(p0, p1, p2, p3, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'createDiscussion', p0, p1, p2, p3, callback); } AjaxPostThreadHelper.getContentAfterReg = function(callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'getContentAfterReg', callback); } AjaxPostThreadHelper.createContent = function(p0, p1, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'createContent', p0, p1, callback); } AjaxPostThreadHelper.saveImages = function(p0, p1, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'saveImages', p0, p1, callback); } AjaxPostThreadHelper.getInclude = function(p0, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'getInclude', p0, callback); } AjaxPostThreadHelper.getBusinessCategories = function(callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'getBusinessCategories', callback); } AjaxPostThreadHelper.getBusinessesForCategory = function(p0, callback) { dwr.engine._execute(AjaxPostThreadHelper._path, 'AjaxPostThreadHelper', 'getBusinessesForCategory', p0, callback); }