if(typeof Controls_HomeList == "undefined") Controls_HomeList={};
Controls_HomeList_class = function() {};
Object.extend(Controls_HomeList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAlbums: function(page) {
		return this.invoke("GetAlbums", {"page":page}, this.GetAlbums.getArguments().slice(1));
	},
	url: '/Music/ajaxpro/Controls_HomeList,Web_deploy_MusicWeb.ashx'
}));
Controls_HomeList = new Controls_HomeList_class();

