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