if(typeof MMP == "undefined") MMP={};
if(typeof MMP.Web == "undefined") MMP.Web={};
if(typeof MMP.Web.Common == "undefined") MMP.Web.Common={};
if(typeof MMP.Web.Common.SessionContext == "undefined") MMP.Web.Common.SessionContext={};
MMP.Web.Common.SessionContext_class = function() {};
Object.extend(MMP.Web.Common.SessionContext_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/MMP.Web.Common.SessionContext,MMP.Web.ashx'
}));
MMP.Web.Common.SessionContext = new MMP.Web.Common.SessionContext_class();

