if(typeof Controls_NoticiasPreviewControl == "undefined") Controls_NoticiasPreviewControl={};
Controls_NoticiasPreviewControl_class = function() {};
Object.extend(Controls_NoticiasPreviewControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetReportaje: function(position) {
		return this.invoke("GetReportaje", {"position":position}, this.GetReportaje.getArguments().slice(1));
	},
	url: '/ajaxpro/Controls_NoticiasPreviewControl,PublicGuiaCoches_deployx.ashx'
}));
Controls_NoticiasPreviewControl = new Controls_NoticiasPreviewControl_class();

