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