if(typeof JoyOfCooking == "undefined") JoyOfCooking={};
if(typeof JoyOfCooking.API == "undefined") JoyOfCooking.API={};
if(typeof JoyOfCooking.API.Comment == "undefined") JoyOfCooking.API.Comment={};
JoyOfCooking.API.Comment_class = function() {};
Object.extend(JoyOfCooking.API.Comment_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddComment: function(CookingTipItemID, Comment, YourName, YourEmail, YourZipcode) {
		return this.invoke("AddComment", {"CookingTipItemID":CookingTipItemID, "Comment":Comment, "YourName":YourName, "YourEmail":YourEmail, "YourZipcode":YourZipcode}, this.AddComment.getArguments().slice(5));
	},
	url: '/ajaxpro/JoyOfCooking.API.Comment,JoyOfCookingSite_deploy.ashx'
}));
JoyOfCooking.API.Comment = new JoyOfCooking.API.Comment_class();

