if(typeof Family == "undefined") Family={};
if(typeof Family.Web == "undefined") Family.Web={};
if(typeof Family.Web.Ajax == "undefined") Family.Web.Ajax={};
if(typeof Family.Web.Ajax.MusicAjax == "undefined") Family.Web.Ajax.MusicAjax={};
Family.Web.Ajax.MusicAjax_class = function() {};
Object.extend(Family.Web.Ajax.MusicAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchMusic: function(key, type, pagenumber, Str_Key_No_Encoding) {
		return this.invoke("SearchMusic", {"key":key, "type":type, "pagenumber":pagenumber, "Str_Key_No_Encoding":Str_Key_No_Encoding}, this.SearchMusic.getArguments().slice(4));
	},
	GetMusicUrl: function(Str_MusicPlayUrl) {
		return this.invoke("GetMusicUrl", {"Str_MusicPlayUrl":Str_MusicPlayUrl}, this.GetMusicUrl.getArguments().slice(1));
	},
	GetMusicList: function(getMusicId) {
		return this.invoke("GetMusicList", {"getMusicId":getMusicId}, this.GetMusicList.getArguments().slice(1));
	},
	url: '/ajaxpro/Family.Web.Ajax.MusicAjax,Family.Web.Ajax.ashx'
}));
Family.Web.Ajax.MusicAjax = new Family.Web.Ajax.MusicAjax_class();

