if (typeof DwrPage != "function") { function DwrPage() { this.select = null; this.pages = 0; this.list = null; this.view = null; this.counts = 0; this.pagetCounts = 0; this.key = null; } } if (typeof Content != "function") { function Content() { this.notecounts = null; this.summarycontent = null; this.topshow = null; this.createdate = null; this.picurl = null; this.viewcounts = null; this.type = null; this.version = null; this.newsummary = null; this.content = null; this.id = null; this.title = null; this.createuser = null; this.flag = null; this.dictid = null; this.typeid = null; this.subtitle = null; this.photopath = null; } } if (typeof Newsnet != "function") { function Newsnet() { this.ordernum = null; this.topshow = null; this.createdate = null; this.picurl = null; this.type = null; this.version = null; this.newsummary = null; this.content = null; this.id = null; this.companyid = null; this.createuser = null; this.flag = null; this.dictid = null; this.name = null; } } if (typeof Magazinemenu != "function") { function Magazinemenu() { this.id = null; this.content = null; this.headerid = null; this.name = null; this.createdate = 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 (dwrservice == null) var dwrservice = {}; dwrservice._path = '/dwr'; dwrservice.updateCount = function(callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'updateCount', callback); } dwrservice.isUserCode = function(p0, callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'isUserCode', p0, callback); } dwrservice.getNewsnetDetailByDictid = function(p0, p1, callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'getNewsnetDetailByDictid', p0, p1, callback); } dwrservice.getContentAndDocByid = function(p0, callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'getContentAndDocByid', p0, callback); } dwrservice.getContentByid = function(p0, callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'getContentByid', p0, callback); } dwrservice.getNewsnetByid = function(p0, callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'getNewsnetByid', p0, callback); } dwrservice.getMagazinemenuDetail = function(p0, callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'getMagazinemenuDetail', p0, callback); } dwrservice.getNewsnetDetailByid = function(p0, callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'getNewsnetDetailByid', p0, callback); } dwrservice.getNewsTopone = function(p0, callback) { dwr.engine._execute(dwrservice._path, 'dwrservice', 'getNewsTopone', p0, callback); }