if(typeof MapShake == "undefined") MapShake={};
if(typeof MapShake.Web == "undefined") MapShake.Web={};
if(typeof MapShake.Web.Ajax == "undefined") MapShake.Web.Ajax={};
MapShake.Web.Ajax.Mail_class = function() {};
Object.extend(MapShake.Web.Ajax.Mail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendLink: function(from, to, subject, message, url) {
		return this.invoke("SendLink", {"from":from, "to":to, "subject":subject, "message":message, "url":url}, this.SendLink.getArguments().slice(5));
	},
	url: '/ajaxpro/MapShake.Web.Ajax.Mail,MapShake.Facades.ashx'
}));
MapShake.Web.Ajax.Mail = new MapShake.Web.Ajax.Mail_class();

