if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetNewSign: function(newsCount, newsType) {
		return this.invoke("GetNewSign", {"newsCount":newsCount, "newsType":newsType}, this.GetNewSign.getArguments().slice(2));
	},
	GetSolution: function() {
		return this.invoke("GetSolution", {}, this.GetSolution.getArguments().slice(0));
	},
	GetSuccess: function() {
		return this.invoke("GetSuccess", {}, this.GetSuccess.getArguments().slice(0));
	},
	url: '/ajaxpro/Index,App_Web_dddsnn4b.ashx'
}));
Index = new Index_class();

