// 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 (CommentRegistry == null) var CommentRegistry = {}; CommentRegistry._path = '/iphone/dwr'; CommentRegistry.getEnabledCommentsByCity = function(p0, p1, p2, callback) { dwr.engine._execute(CommentRegistry._path, 'CommentRegistry', 'getEnabledCommentsByCity', p0, p1, p2, callback); } CommentRegistry.getEnabledCommentsByStreet = function(p0, p1, p2, callback) { dwr.engine._execute(CommentRegistry._path, 'CommentRegistry', 'getEnabledCommentsByStreet', p0, p1, p2, callback); } CommentRegistry.getEnabledCommentsByStore = function(p0, callback) { dwr.engine._execute(CommentRegistry._path, 'CommentRegistry', 'getEnabledCommentsByStore', p0, callback); }