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