if(typeof Pyco == "undefined") Pyco={};
if(typeof Pyco.Mitsubishi4WD == "undefined") Pyco.Mitsubishi4WD={};
if(typeof Pyco.Mitsubishi4WD.UI == "undefined") Pyco.Mitsubishi4WD.UI={};
if(typeof Pyco.Mitsubishi4WD.UI.UserStoryView_class == "undefined") Pyco.Mitsubishi4WD.UI.UserStoryView_class={};
Pyco.Mitsubishi4WD.UI.UserStoryView_class = function() {};
Object.extend(Pyco.Mitsubishi4WD.UI.UserStoryView_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RateStory: function(rateValue, storyId, userId) {
		return this.invoke("RateStory", {"rateValue":rateValue, "storyId":storyId, "userId":userId}, this.RateStory.getArguments().slice(3));
	},
	AddFavourite: function(userID, userPageID) {
		return this.invoke("AddFavourite", {"userID":userID, "userPageID":userPageID}, this.AddFavourite.getArguments().slice(2));
	},
	RemoveFavourite: function(userID, userPageID) {
		return this.invoke("RemoveFavourite", {"userID":userID, "userPageID":userPageID}, this.RemoveFavourite.getArguments().slice(2));
	},
	url: '/ajaxpro/Pyco.Mitsubishi4WD.UI.UserStoryView,App_Web_nm6pzbf5.ashx'
}));
Pyco.Mitsubishi4WD.UI.UserStoryView = new Pyco.Mitsubishi4WD.UI.UserStoryView_class();

