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