if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Get_ArtistNews: function(page) {
		return this.invoke("Get_ArtistNews", {"page":page}, this.Get_ArtistNews.getArguments().slice(1));
	},
	Get_ArtistBio: function() {
		return this.invoke("Get_ArtistBio", {}, this.Get_ArtistBio.getArguments().slice(0));
	},
	url: '/ajaxpro/Index,App_Web_gimumf7x.ashx'
}));
Index = new Index_class();

