MasterPage_class = function() {};
Object.extend(MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Send: function(email, name, body) {
		return this.invoke("Send", {"email":email, "name":name, "body":body}, this.Send.getArguments().slice(3));
	},
	url: '/ajaxpro/MasterPage,App_Web_zakqimad.ashx'
}));
MasterPage = new MasterPage_class();


