if(typeof AiN == "undefined") AiN={};
if(typeof AiN.AiB == "undefined") AiN.AiB={};
if(typeof AiN.AiB.Site == "undefined") AiN.AiB.Site={};
if(typeof AiN.AiB.Site.blogpost_class == "undefined") AiN.AiB.Site.blogpost_class={};
AiN.AiB.Site.blogpost_class = function() {};
Object.extend(AiN.AiB.Site.blogpost_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DeleteComment: function(id) {
		return this.invoke("DeleteComment", {"id":id}, this.DeleteComment.getArguments().slice(1));
	},
	PromoteJournal: function(id) {
		return this.invoke("PromoteJournal", {"id":id}, this.PromoteJournal.getArguments().slice(1));
	},
	BlockJournal: function(id) {
		return this.invoke("BlockJournal", {"id":id}, this.BlockJournal.getArguments().slice(1));
	},
	url: '/ajaxpro/AiN.AiB.Site.blogpost,AiN.AiB.Site.ashx'
}));
AiN.AiB.Site.blogpost = new AiN.AiB.Site.blogpost_class();

