if(typeof MauiWeekly == "undefined") MauiWeekly={}; MauiWeekly.StoryPage_class = function() {}; Object.extend(MauiWeekly.StoryPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), { AjaxEtfSend: function(story_id, from_name, from_email, to_email, message) { return this.invoke("AjaxEtfSend", {"story_id":story_id, "from_name":from_name, "from_email":from_email, "to_email":to_email, "message":message}, this.AjaxEtfSend.getArguments().slice(5)); }, AjaxDummy: function() { return this.invoke("AjaxDummy", {}, this.AjaxDummy.getArguments().slice(0)); }, url: '/GetAjaxType.ashx?type=MauiWeekly.StoryPage' })); MauiWeekly.StoryPage = new MauiWeekly.StoryPage_class();