if (typeof SongInfo != "function") { function SongInfo() { this.songgs = null; this.songname = null; this.tolnum = 0; this.singername = null; this.songrq = null; this.songstyle = null; this.songid = null; this.id = 0; } } if (typeof PicInfo != "function") { function PicInfo() { this.hktxt = null; this.tolnum = 0; this.picname = null; this.starurl = null; this.picid = null; this.picurl = null; this.id = 0; this.hkringurl = 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); }