if(typeof PublicBlog == "undefined") PublicBlog={};
PublicBlog_class = function() {};
Object.extend(PublicBlog_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadLatest: function(itemcount, commenttext, commentname, commentemail, blogid, spam) {
		return this.invoke("LoadLatest", {"itemcount":itemcount, "commenttext":commenttext, "commentname":commentname, "commentemail":commentemail, "blogid":blogid, "spam":spam}, this.LoadLatest.getArguments().slice(6));
	},
	url: '/ajaxpro/_Blog,taktak.ashx'
}));
PublicBlog = new PublicBlog_class();

