if(typeof MainLayout == "undefined") MainLayout={};
MainLayout_class = function() {};
Object.extend(MainLayout_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RefreshSession: function() {
		return this.invoke("RefreshSession", {}, this.RefreshSession.getArguments().slice(0));
	},
	url: '/WHCD/ajaxpro/MainLayout,App_Web_jgk8fi-h.ashx'
}));
MainLayout = new MainLayout_class();

