if(typeof Photos == "undefined") Photos={};
Photos_class = function() {};
Object.extend(Photos_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetArtistDataSet: function(name, pribrand, publicgallery, privategallery) {
		return this.invoke("GetArtistDataSet", {"name":name, "pribrand":pribrand, "publicgallery":publicgallery, "privategallery":privategallery}, this.GetArtistDataSet.getArguments().slice(4));
	},
	url: '/ajaxpro/App_Controls_PhotoGalleryList_Modified,App_Web_photogalleriesbyartist_modified.ascx.e3bf02fb.on7jadee.ashx'
}));
Photos = new Photos_class();

