if(typeof Celebrity == "undefined") Celebrity={};
Celebrity_class = function() {};
Object.extend(Celebrity_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAllArt: function() {
		return this.invoke("GetAllArt", {}, this.GetAllArt.getArguments().slice(0));
	},
	GetArtName: function(categoryid) {
		return this.invoke("GetArtName", {"categoryid":categoryid}, this.GetArtName.getArguments().slice(1));
	},
	GetAllCelebrityDesign: function() {
		return this.invoke("GetAllCelebrityDesign", {}, this.GetAllCelebrityDesign.getArguments().slice(0));
	},
	GetUrl: function(category_pname, category_cname, category_pid, category_cid) {
		return this.invoke("GetUrl", {"category_pname":category_pname, "category_cname":category_cname, "category_pid":category_pid, "category_cid":category_cid}, this.GetUrl.getArguments().slice(4));
	},
	url: '/ajaxpro/Celebrity,App_Web_celebrity.aspx.cdcab7d2.ashx'
}));
Celebrity = new Celebrity_class();

