if (typeof BlogReplyModal != "function") { var BlogReplyModal = function() { this.id = null; this.content = null; this.child = null; this.title = null; this.nickname = null; this.date = null; this.blog = null; this.user = null; this.kind = null; this.ip = null; } } if (typeof BlogModal != "function") { var BlogModal = function() { this.update = null; this.tags = null; this.status = null; this.date = null; this.password = null; this.kind = null; this.stat = null; this.content = null; this.id = null; this.risk = null; this.title = null; this.buffs = null; this.explimit = null; this.html = null; this.user = null; this.portlet = null; } } // 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 (LoginUtil == null) var LoginUtil = {}; LoginUtil._path = '/servlet/dwr'; LoginUtil.logout = function(callback) { dwr.engine._execute(LoginUtil._path, 'LoginUtil', 'logout', callback); } LoginUtil.getUserService = function(callback) { dwr.engine._execute(LoginUtil._path, 'LoginUtil', 'getUserService', callback); } LoginUtil.search = function(p0, callback) { dwr.engine._execute(LoginUtil._path, 'LoginUtil', 'search', p0, callback); }