if(typeof Controls_Search == "undefined") Controls_Search={};
Controls_Search_class = function() {};
Object.extend(Controls_Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchCdItems: function(query) {
		return this.invoke("GetSearchCdItems", {"query":query}, this.GetSearchCdItems.getArguments().slice(1));
	},
	GetSearchSingerItems: function(query) {
		return this.invoke("GetSearchSingerItems", {"query":query}, this.GetSearchSingerItems.getArguments().slice(1));
	},
	GetSearchSongItems: function(query) {
		return this.invoke("GetSearchSongItems", {"query":query}, this.GetSearchSongItems.getArguments().slice(1));
	},
	url: '/Music/ajaxpro/Controls_Search,Web_deploy_MusicWeb.ashx'
}));
Controls_Search = new Controls_Search_class();

