if(typeof JoyOfCooking == "undefined") JoyOfCooking={};
if(typeof JoyOfCooking.API == "undefined") JoyOfCooking.API={};
if(typeof JoyOfCooking.API.SendToFriend == "undefined") JoyOfCooking.API.SendToFriend={};
JoyOfCooking.API.SendToFriend_class = function() {};
Object.extend(JoyOfCooking.API.SendToFriend_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMessage: function(PageName, EmailSubject, Comment, YourName, YourEmail, FriendsName, FriendsEmail) {
		return this.invoke("SendMessage", {"PageName":PageName, "EmailSubject":EmailSubject, "Comment":Comment, "YourName":YourName, "YourEmail":YourEmail, "FriendsName":FriendsName, "FriendsEmail":FriendsEmail}, this.SendMessage.getArguments().slice(7));
	},
	url: '/ajaxpro/JoyOfCooking.API.SendToFriend,JoyOfCookingSite_deploy.ashx'
}));
JoyOfCooking.API.SendToFriend = new JoyOfCooking.API.SendToFriend_class();

