// 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 (SearchIndexDWR == null) var SearchIndexDWR = {}; SearchIndexDWR._path = '/dwr'; SearchIndexDWR.indexBlogLogStep = function(p0, p1, p2, p3, callback) { dwr.engine._execute(SearchIndexDWR._path, 'SearchIndexDWR', 'indexBlogLogStep', p0, p1, p2, p3, callback); } SearchIndexDWR.indexBbsLogSteop = function(p0, p1, p2, p3, callback) { dwr.engine._execute(SearchIndexDWR._path, 'SearchIndexDWR', 'indexBbsLogSteop', p0, p1, p2, p3, callback); }