// 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 (ForumAjax == null) var ForumAjax = {}; ForumAjax._path = '/CMS/dwr'; ForumAjax.getElementByType = function(p0, callback) { dwr.engine._execute(ForumAjax._path, 'ForumAjax', 'getElementByType', p0, callback); } ForumAjax.getElementByTypeValue = function(p0, p1, callback) { dwr.engine._execute(ForumAjax._path, 'ForumAjax', 'getElementByTypeValue', p0, p1, callback); }