if(typeof jellyfish == "undefined") jellyfish={};
if(typeof jellyfish.cms == "undefined") jellyfish.cms={};
jellyfish.cms.ajaxFunctions_class = function() {};
Object.extend(jellyfish.cms.ajaxFunctions_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendEmail: function(_name, _email, _subject, _message) {
		return this.invoke("SendEmail", {"_name":_name, "_email":_email, "_subject":_subject, "_message":_message}, this.SendEmail.getArguments().slice(4));
	},
	getStringValue: function() {
		return this.invoke("getStringValue", {}, this.getStringValue.getArguments().slice(0));
	},
	editPage: function(_PagePath, _PageFile) {
		return this.invoke("editPage", {"_PagePath":_PagePath, "_PageFile":_PageFile}, this.editPage.getArguments().slice(2));
	},
	savePageEdits: function(_PagePath, _PageFile, _srcObject) {
		return this.invoke("savePageEdits", {"_PagePath":_PagePath, "_PageFile":_PageFile, "_srcObject":_srcObject}, this.savePageEdits.getArguments().slice(3));
	},
	clearAllCacheItems: function() {
		return this.invoke("clearAllCacheItems", {}, this.clearAllCacheItems.getArguments().slice(0));
	},
	url: '/ajaxpro/jellyfish.cms.ajaxFunctions,buddies2.ashx'
}));
jellyfish.cms.ajaxFunctions = new jellyfish.cms.ajaxFunctions_class();


