if(typeof CE == "undefined") CE={};
if(typeof CE.Components == "undefined") CE.Components={};
if(typeof CE.Components.Blog == "undefined") CE.Components.Blog={};
if(typeof CE.Components.Blog.PersonSpace == "undefined") CE.Components.Blog.PersonSpace={};
if(typeof CE.Components.Blog.PersonSpace.UI == "undefined") CE.Components.Blog.PersonSpace.UI={};
if(typeof CE.Components.Blog.PersonSpace.UI.BlogAlbum == "undefined") CE.Components.Blog.PersonSpace.UI.BlogAlbum={};
CE.Components.Blog.PersonSpace.UI.BlogAlbum_class = function() {};
Object.extend(CE.Components.Blog.PersonSpace.UI.BlogAlbum_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAlbumTitle: function(userID) {
		return this.invoke("GetAlbumTitle", {"userID":userID}, this.GetAlbumTitle.getArguments().slice(1));
	},
	url: '/ajaxpro/CE.Components.Blog.PersonSpace.UI.BlogAlbum, CE.Components.Blog.PersonSpace.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=47f47970983e3719.ashx'
}));
CE.Components.Blog.PersonSpace.UI.BlogAlbum = new CE.Components.Blog.PersonSpace.UI.BlogAlbum_class();


