addNamespace("_Default");
_Default_class = Class.create();
Object.extend(_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetFriendByBlogId: function(BlogId, PageSize, CurrntIndex, PageCommend) {
		return this.invoke("GetFriendByBlogId", {"BlogId":BlogId, "PageSize":PageSize, "CurrntIndex":CurrntIndex, "PageCommend":PageCommend}, this.GetFriendByBlogId.getArguments().slice(4));
	},
	GetLogList: function(BlogId, BlogIdentity, PageSize, CurrntIndex, PageCommend) {
		return this.invoke("GetLogList", {"BlogId":BlogId, "BlogIdentity":BlogIdentity, "PageSize":PageSize, "CurrntIndex":CurrntIndex, "PageCommend":PageCommend}, this.GetLogList.getArguments().slice(5));
	},
	GetPhotoList: function(BlogId) {
		return this.invoke("GetPhotoList", {"BlogId":BlogId}, this.GetPhotoList.getArguments().slice(1));
	},
	GetBlogMemberBasic: function(BlogId) {
		return this.invoke("GetBlogMemberBasic", {"BlogId":BlogId}, this.GetBlogMemberBasic.getArguments().slice(1));
	},
	GetBlessList: function(PageSize, CurrentIndex, PageCommend) {
		return this.invoke("GetBlessList", {"PageSize":PageSize, "CurrentIndex":CurrentIndex, "PageCommend":PageCommend}, this.GetBlessList.getArguments().slice(3));
	},
	initialize: function() {
		this.url = '/ajaxpro/_Default,App_Web_default.aspx.cdcab7d2.ashx';
	}
}));
_Default = new _Default_class();

