if(typeof AjaxMethod == "undefined") AjaxMethod={};
AjaxMethod_class = function() {};
Object.extend(AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Submit: function(name, email, subject, url, body) {
		return this.invoke("Submit", {"name":name, "email":email, "subject":subject, "url":url, "body":body}, this.Submit.getArguments().slice(5));
	},
	url: '/ajaxpro/SevenStarProfile.testimonials,App_Web_6k4iviqm.ashx'
}));
AjaxMethod = new AjaxMethod_class();

