if(typeof Pork == "undefined") Pork={};
if(typeof Pork.PorkAjax_class == "undefined") Pork.PorkAjax_class={};
Pork.PorkAjax_class = function() {};
Object.extend(Pork.PorkAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RecipeBoxRetrieve: function(UserID, RecipeBoxID) {
		return this.invoke("RecipeBoxRetrieve", {"UserID":UserID, "RecipeBoxID":RecipeBoxID}, this.RecipeBoxRetrieve.getArguments().slice(2));
	},
	RecipeBoxRecipeAdd: function(UserID, RecipeBoxID, Recipes) {
		return this.invoke("RecipeBoxRecipeAdd", {"UserID":UserID, "RecipeBoxID":RecipeBoxID, "Recipes":Recipes}, this.RecipeBoxRecipeAdd.getArguments().slice(3));
	},
	RecipeBoxRecipeRemove: function(UserID, RecipeBoxID, Recipes) {
		return this.invoke("RecipeBoxRecipeRemove", {"UserID":UserID, "RecipeBoxID":RecipeBoxID, "Recipes":Recipes}, this.RecipeBoxRecipeRemove.getArguments().slice(3));
	},
	url: '/ajaxpro/Pork.PorkAjax,PorkSite_deploy.ashx'
}));
Pork.PorkAjax = new Pork.PorkAjax_class();

