if(typeof MauiWeekly == "undefined") MauiWeekly={}; if(typeof MauiWeekly.Controls == "undefined") MauiWeekly.Controls={}; MauiWeekly.Controls.RatingControl_class = function() {}; Object.extend(MauiWeekly.Controls.RatingControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), { AjaxRatingVote: function(story_id, value) { return this.invoke("AjaxRatingVote", {"story_id":story_id, "value":value}, this.AjaxRatingVote.getArguments().slice(2)); }, url: '/GetAjaxType.ashx?type=MauiWeekly.Controls.RatingControl' })); MauiWeekly.Controls.RatingControl = new MauiWeekly.Controls.RatingControl_class();