if(typeof noticiasAjax == "undefined") noticiasAjax={};
noticiasAjax_class = function() {};
Object.extend(noticiasAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNoticia: function(idNoticia) {
		return this.invoke("getNoticia", {"idNoticia":idNoticia}, this.getNoticia.getArguments().slice(1));
	},
	url: '/ajaxpro/xmltransform.noticias,xmltransform.ashx'
}));
noticiasAjax = new noticiasAjax_class();

