if(typeof TJX == "undefined") TJX={};
if(typeof TJX.Web == "undefined") TJX.Web={};
if(typeof TJX.Web.Home == "undefined") TJX.Web.Home={};
TJX.Web.Home_class = function() {};
Object.extend(TJX.Web.Home_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SetLangId: function(strLangId) {
		return this.invoke("SetLangId", {"strLangId":strLangId}, this.SetLangId.getArguments().slice(1));
	},
	url: '/ajaxpro/TJX.Web.Home,TJX.Web.ashx'
}));
TJX.Web.Home = new TJX.Web.Home_class();


