if(typeof _OnPointWebControls == "undefined") _OnPointWebControls={};
if(typeof _OnPointWebControls.SessionChecker == "undefined") _OnPointWebControls.SessionChecker={};
_OnPointWebControls.SessionChecker_class = function() {};
Object.extend(_OnPointWebControls.SessionChecker_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckSessionExpiry: function() {
		return this.invoke("CheckSessionExpiry", {}, this.CheckSessionExpiry.getArguments().slice(0));
	},
	url: '/SelectGeorgiaWebsite/ajaxpro/OnPointWebControls.SessionChecker,OnPointWebControls.ashx'
}));
_OnPointWebControls.SessionChecker = new _OnPointWebControls.SessionChecker_class();

