if (typeof HyperlocalUgcFloodException != "function") { function HyperlocalUgcFloodException() { this.message = null; this.cause = null; this.javaClassName = null; this.stackTrace = []; } } // 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 (AjaxTickerHelper == null) var AjaxTickerHelper = {}; AjaxTickerHelper._path = '/dwr'; AjaxTickerHelper.getContent = function(callback) { dwr.engine._execute(AjaxTickerHelper._path, 'AjaxTickerHelper', 'getContent', callback); }