addNamespace("MasterPage");
MasterPage_class = Class.create();
MasterPage_class.prototype = (new AjaxPro.Request()).extend({
	addemail: function(email, callback) {
		return this.invoke("addemail", {"email":email}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/MasterPage,App_Web_8yfpmv5n.ashx";
	}
})
MasterPage = new MasterPage_class();

