if(typeof Controls_CarPreviewControl == "undefined") Controls_CarPreviewControl={};
Controls_CarPreviewControl_class = function() {};
Object.extend(Controls_CarPreviewControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNews: function(newsType, filter, startIndex, newsCount) {
		return this.invoke("GetNews", {"newsType":newsType, "filter":filter, "startIndex":startIndex, "newsCount":newsCount}, this.GetNews.getArguments().slice(4));
	},
	url: '/ajaxpro/Controls_CarPreviewControl,PublicGuiaCoches_deployx.ashx'
}));
Controls_CarPreviewControl = new Controls_CarPreviewControl_class();

