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 (RelationSearch == null) var RelationSearch = {}; RelationSearch._path = '/dwr'; RelationSearch.fillRelationSearch = function(p0, callback) { dwr.engine._execute(RelationSearch._path, 'RelationSearch', 'fillRelationSearch', p0, callback); }