if(typeof szahch == "undefined") szahch={};
if(typeof szahch.Web == "undefined") szahch.Web={};
if(typeof szahch.Web.Index_class == "undefined") szahch.Web.Index_class={};
szahch.Web.Index_class = function() {};
Object.extend(szahch.Web.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetLatestBulletin: function() {
		return this.invoke("GetLatestBulletin", {}, this.GetLatestBulletin.getArguments().slice(0));
	},
	GetJobsGrid: function(count) {
		return this.invoke("GetJobsGrid", {"count":count}, this.GetJobsGrid.getArguments().slice(1));
	},
	GetNewsGrid: function(count) {
		return this.invoke("GetNewsGrid", {"count":count}, this.GetNewsGrid.getArguments().slice(1));
	},
	GetDownloadGrid: function(count) {
		return this.invoke("GetDownloadGrid", {"count":count}, this.GetDownloadGrid.getArguments().slice(1));
	},
	GetEmployeeGrid: function(count) {
		return this.invoke("GetEmployeeGrid", {"count":count}, this.GetEmployeeGrid.getArguments().slice(1));
	},
	GetUnionGrid: function(count) {
		return this.invoke("GetUnionGrid", {"count":count}, this.GetUnionGrid.getArguments().slice(1));
	},
	GetCucoloris: function() {
		return this.invoke("GetCucoloris", {}, this.GetCucoloris.getArguments().slice(0));
	},
	GetCucolorisDesc: function() {
		return this.invoke("GetCucolorisDesc", {}, this.GetCucolorisDesc.getArguments().slice(0));
	},
	url: '/ajaxpro/szahch.Web.Index,szahch.Web.ashx'
}));
szahch.Web.Index = new szahch.Web.Index_class();


