if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.FV == "undefined") Webscene.UI.FV={};
Webscene.UI.FV_class = function() {};
Object.extend(Webscene.UI.FV_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FVDel: function(clientId, sessionId, nodeId, feedId) {
		return this.invoke("FVDel", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "feedId":feedId}, this.FVDel.getArguments().slice(4));
	},
	FVGetFDL: function(clientId, sessionId, nodeId) {
		return this.invoke("FVGetFDL", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId}, this.FVGetFDL.getArguments().slice(3));
	},
	FVGetFAL: function(clientId, sessionId, categoryId) {
		return this.invoke("FVGetFAL", {"clientId":clientId, "sessionId":sessionId, "categoryId":categoryId}, this.FVGetFAL.getArguments().slice(3));
	},
	FVAddF: function(sessionId, nodeId, feedId) {
		return this.invoke("FVAddF", {"sessionId":sessionId, "nodeId":nodeId, "feedId":feedId}, this.FVAddF.getArguments().slice(3));
	},
	FVAdd: function(sessionId, nodeId, url, feedCategoryTypeId, source, feedIsPrivate) {
		return this.invoke("FVAdd", {"sessionId":sessionId, "nodeId":nodeId, "url":url, "feedCategoryTypeId":feedCategoryTypeId, "source":source, "feedIsPrivate":feedIsPrivate}, this.FVAdd.getArguments().slice(6));
	},
	FVGetFAC: function(clientId) {
		return this.invoke("FVGetFAC", {"clientId":clientId}, this.FVGetFAC.getArguments().slice(1));
	},
	FVLoad: function(clientId, sessionId, nodeId, feedId, sequence, count, feedCategoryId, targetType, fromCache, showColor, showTime, showFeedImage, showBrackets, titleLength, autoScroll) {
		return this.invoke("FVLoad", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "feedId":feedId, "sequence":sequence, "count":count, "feedCategoryId":feedCategoryId, "targetType":targetType, "fromCache":fromCache, "showColor":showColor, "showTime":showTime, "showFeedImage":showFeedImage, "showBrackets":showBrackets, "titleLength":titleLength, "autoScroll":autoScroll}, this.FVLoad.getArguments().slice(15));
	},
	url: '/ajaxpro/Webscene.UI.FV,Webscene.UI.ashx'
}));
Webscene.UI.FV = new Webscene.UI.FV_class();

