if (typeof ZjInfo != "function") { function ZjInfo() { this.issue_date = null; this.picture_url = null; this.singer_name = null; this.songinfo = null; this.albumpath = null; this.album_id = null; this.singer_id = null; this.id = 0; this.albumname = null; } } if (typeof ZtInfo != "function") { function ZtInfo() { this.subdesc = null; this.subpic = null; this.subname = null; this.suburl = null; this.id = 0; } } if (typeof SongInfo != "function") { function SongInfo() { this.songname = null; this.value = null; this.tolnum = 0; this.singername = null; this.time = null; this.album = null; this.up_num = null; this.album_id = null; this.id = 0; this.singerpath = null; this.songno = null; this.allclass = null; this.stNum = null; this.down_num = null; this.albumpath = null; this.singer_id = 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 (ShowPage == null) var ShowPage = {}; ShowPage._path = '/dwr'; ShowPage.main = function(p0, callback) { dwr.engine._execute(ShowPage._path, 'ShowPage', 'main', p0, callback); } ShowPage.fillShowPage = function(p0, p1, p2, p3, p4, p5, callback) { dwr.engine._execute(ShowPage._path, 'ShowPage', 'fillShowPage', p0, p1, p2, p3, p4, p5, callback); } ShowPage.fillShowPagebak = function(p0, p1, p2, p3, p4, callback) { dwr.engine._execute(ShowPage._path, 'ShowPage', 'fillShowPagebak', p0, p1, p2, p3, p4, callback); }