if(typeof MatchMyPet == "undefined") MatchMyPet={};
if(typeof MatchMyPet.WebControls == "undefined") MatchMyPet.WebControls={};
if(typeof MatchMyPet.WebControls.SendToFriend == "undefined") MatchMyPet.WebControls.SendToFriend={};
MatchMyPet.WebControls.SendToFriend_class = function() {};
Object.extend(MatchMyPet.WebControls.SendToFriend_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Send: function(from, to, subject, body, comment) {
		return this.invoke("Send", {"from":from, "to":to, "subject":subject, "body":body, "comment":comment}, this.Send.getArguments().slice(5));
	},
	url: '/ajaxpro/MatchMyPet.WebControls.SendToFriend,MatchMyPet.ashx'
}));
MatchMyPet.WebControls.SendToFriend = new MatchMyPet.WebControls.SendToFriend_class();

