if(typeof Ep == "undefined") Ep={};
if(typeof Ep.Web == "undefined") Ep.Web={};
if(typeof Ep.Web.MyShop == "undefined") Ep.Web.MyShop={};
if(typeof Ep.Web.MyShop.Register == "undefined") Ep.Web.MyShop.Register={};
Ep.Web.MyShop.Register_class = function() {};
Object.extend(Ep.Web.MyShop.Register_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/Ep.Web.MyShop.Register,Web.ashx'
}));
Ep.Web.MyShop.Register = new Ep.Web.MyShop.Register_class();

