if(typeof TOOLS == "undefined") TOOLS={};
if(typeof TOOLS.Templates == "undefined") TOOLS.Templates={};
if(typeof TOOLS.Templates.Documents == "undefined") TOOLS.Templates.Documents={};
if(typeof TOOLS.Templates.Documents.Blogg == "undefined") TOOLS.Templates.Documents.Blogg={};
if(typeof TOOLS.Templates.Documents.Blogg.ucFull == "undefined") TOOLS.Templates.Documents.Blogg.ucFull={};
TOOLS.Templates.Documents.Blogg.ucFull_class = function() {};
Object.extend(TOOLS.Templates.Documents.Blogg.ucFull_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddFeedback: function(documentId, title, name, comment) {
		return this.invoke("AddFeedback", {"documentId":documentId, "title":title, "name":name, "comment":comment}, this.AddFeedback.getArguments().slice(4));
	},
	AddFeedbackApproval: function(documentId, documentObjectId, status) {
		return this.invoke("AddFeedbackApproval", {"documentId":documentId, "documentObjectId":documentObjectId, "status":status}, this.AddFeedbackApproval.getArguments().slice(3));
	},
	url: '/ajaxpro/TOOLS.Templates.Documents.Blogg.ucFull,TOOLS.ashx'
}));
TOOLS.Templates.Documents.Blogg.ucFull = new TOOLS.Templates.Documents.Blogg.ucFull_class();

