addNamespace("UC_UCNavigation");
UC_UCNavigation_class = Class.create();
Object.extend(UC_UCNavigation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddModelContent: function(yyId, ColumnName, ModelName) {
		return this.invoke("AddModelContent", {"yyId":yyId, "ColumnName":ColumnName, "ModelName":ModelName}, this.AddModelContent.getArguments().slice(3));
	},
	DeleteModelContent: function(yyId, ModelName) {
		return this.invoke("DeleteModelContent", {"yyId":yyId, "ModelName":ModelName}, this.DeleteModelContent.getArguments().slice(2));
	},
	SetSkin: function(yyID, SkinId) {
		return this.invoke("SetSkin", {"yyID":yyID, "SkinId":SkinId}, this.SetSkin.getArguments().slice(2));
	},
	SetFrame: function(yyID, FrameId) {
		return this.invoke("SetFrame", {"yyID":yyID, "FrameId":FrameId}, this.SetFrame.getArguments().slice(2));
	},
	SendMessage: function(yyId, ToyyID, Content) {
		return this.invoke("SendMessage", {"yyId":yyId, "ToyyID":ToyyID, "Content":Content}, this.SendMessage.getArguments().slice(3));
	},
	GetMessageListByBlogId: function(BlogId, PageSize, CurrentIndex, PageCommend) {
		return this.invoke("GetMessageListByBlogId", {"BlogId":BlogId, "PageSize":PageSize, "CurrentIndex":CurrentIndex, "PageCommend":PageCommend}, this.GetMessageListByBlogId.getArguments().slice(4));
	},
	DeleteMessage: function(IdPk) {
		return this.invoke("DeleteMessage", {"IdPk":IdPk}, this.DeleteMessage.getArguments().slice(1));
	},
	GetFriendCatalogALL: function(BlogId) {
		return this.invoke("GetFriendCatalogALL", {"BlogId":BlogId}, this.GetFriendCatalogALL.getArguments().slice(1));
	},
	AddFriend: function(BlogId, FriendId, CatalogId) {
		return this.invoke("AddFriend", {"BlogId":BlogId, "FriendId":FriendId, "CatalogId":CatalogId}, this.AddFriend.getArguments().slice(3));
	},
	initialize: function() {
		this.url = '/ajaxpro/UC_UCNavigation,App_Web_ucnavigation.ascx.50d77b3.ashx';
	}
}));
UC_UCNavigation = new UC_UCNavigation_class();

