if(typeof AjaxProMethods == "undefined") AjaxProMethods={};
if(typeof AjaxProMethods.EmailFeed == "undefined") AjaxProMethods.EmailFeed={};
AjaxProMethods.EmailFeed_class = function() {};
Object.extend(AjaxProMethods.EmailFeed_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendEmail: function(subj, eml, topS1, topS2, topS3) {
		return this.invoke("SendEmail", {"subj":subj, "eml":eml, "topS1":topS1, "topS2":topS2, "topS3":topS3}, this.SendEmail.getArguments().slice(5));
	},
	url: '/ajaxpro/AjaxProMethods.EmailFeed,AjaxProMethods.ashx'
}));
AjaxProMethods.EmailFeed = new AjaxProMethods.EmailFeed_class();

