if(typeof TI == "undefined") TI={};
if(typeof TI.ServerAjaxCalls == "undefined") TI.ServerAjaxCalls={};
if(typeof TI.ServerAjaxCalls.Login == "undefined") TI.ServerAjaxCalls.Login={};
TI.ServerAjaxCalls.Login_class = function() {};
Object.extend(TI.ServerAjaxCalls.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCustomerCodeFromUsername: function(input) {
		return this.invoke("GetCustomerCodeFromUsername", {"input":input}, this.GetCustomerCodeFromUsername.getArguments().slice(1));
	},
	url: '/ajaxpro/TI.ServerAjaxCalls.Login,WebSite.ashx'
}));
TI.ServerAjaxCalls.Login = new TI.ServerAjaxCalls.Login_class();

