if(typeof ArtistList == "undefined") ArtistList={};
ArtistList_class = function() {};
Object.extend(ArtistList_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetArtistDataSet: function(pid, pribrand) {
		return this.invoke("GetArtistDataSet", {"pid":pid, "pribrand":pribrand}, this.GetArtistDataSet.getArguments().slice(2));
	},
	url: '/ajaxpro/App_Controls_VariousArtists,App_Web_cup7fzd1.ashx'
}));
ArtistList = new ArtistList_class();

