// 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 (JDWRIndex == null) var JDWRIndex = {}; JDWRIndex._path = '/zixun/dwr'; JDWRIndex.main = function(p0, callback) { dwr.engine._execute(JDWRIndex._path, 'JDWRIndex', 'main', p0, callback); } JDWRIndex.reload = function(callback) { dwr.engine._execute(JDWRIndex._path, 'JDWRIndex', 'reload', callback); } JDWRIndex.getRecommendatory = function(callback) { dwr.engine._execute(JDWRIndex._path, 'JDWRIndex', 'getRecommendatory', callback); } JDWRIndex.getSortTag = function(callback) { dwr.engine._execute(JDWRIndex._path, 'JDWRIndex', 'getSortTag', callback); } JDWRIndex.getSortPreview = function(callback) { dwr.engine._execute(JDWRIndex._path, 'JDWRIndex', 'getSortPreview', callback); } JDWRIndex.getRightNavigation = function(callback) { dwr.engine._execute(JDWRIndex._path, 'JDWRIndex', 'getRightNavigation', callback); }