if(typeof luoghinoncomuni == "undefined") luoghinoncomuni={};
luoghinoncomuni.dBlog_class = function() {};
Object.extend(luoghinoncomuni.dBlog_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	EchoInput: function(s) {
		return this.invoke("EchoInput", {"s":s}, this.EchoInput.getArguments().slice(1));
	},
	SaveCommenti: function(oCommenti) {
		return this.invoke("SaveCommenti", {"oCommenti":oCommenti}, this.SaveCommenti.getArguments().slice(1));
	},
	Commenti: function(idCom, nCom) {
		return this.invoke("Commenti", {"idCom":idCom, "nCom":nCom}, this.Commenti.getArguments().slice(2));
	},
	url: '/ajaxpro/luoghinoncomuni.dBlog,luoghinoncomuni.ashx'
}));
luoghinoncomuni.dBlog = new luoghinoncomuni.dBlog_class();

