if(typeof SealEpi == "undefined") SealEpi={};
if(typeof SealEpi.UserControls == "undefined") SealEpi.UserControls={};
if(typeof SealEpi.UserControls.TopPage == "undefined") SealEpi.UserControls.TopPage={};
SealEpi.UserControls.TopPage_class = function() {};
Object.extend(SealEpi.UserControls.TopPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ResetSessionState: function() {
		return this.invoke("ResetSessionState", {}, this.ResetSessionState.getArguments().slice(0));
	},
	url: '/ajaxpro/SealEpi.UserControls.TopPage,App_Web_5fy7dvjz.ashx'
}));
SealEpi.UserControls.TopPage = new SealEpi.UserControls.TopPage_class();

