// 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 (storyService == null) var storyService = {}; storyService._path = '/dwr'; storyService.getSummary = function(p0, callback) { dwr.engine._execute(storyService._path, 'storyService', 'getSummary', p0, callback); } storyService.getZip = function(p0, p1, callback) { dwr.engine._execute(storyService._path, 'storyService', 'getZip', p0, p1, callback); } storyService.getStory = function(p0, p1, callback) { dwr.engine._execute(storyService._path, 'storyService', 'getStory', p0, p1, callback); } storyService.checkStory = function(p0, p1, callback) { dwr.engine._execute(storyService._path, 'storyService', 'checkStory', p0, p1, callback); } storyService.getStories = function(p0, p1, p2, callback) { dwr.engine._execute(storyService._path, 'storyService', 'getStories', p0, p1, p2, callback); } storyService.searchStories = function(p0, p1, p2, p3, p4, p5, p6, callback) { dwr.engine._execute(storyService._path, 'storyService', 'searchStories', p0, p1, p2, p3, p4, p5, p6, callback); }