if(typeof Main == "undefined") Main={};
Main_class = function() {};
Object.extend(Main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckNotifications: function() {
		return this.invoke("CheckNotifications", {}, this.CheckNotifications.getArguments().slice(0));
	},
	url: '/ajaxpro/Main,App_Web_kzshwyog.ashx'
}));
Main = new Main_class();

