if(typeof ServiceTier == "undefined") ServiceTier={};
if(typeof ServiceTier.Login == "undefined") ServiceTier.Login={};
ServiceTier.Login_class = function() {};
Object.extend(ServiceTier.Login_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/ServiceTier.Login,ServiceTier.ashx'
}));
ServiceTier.Login = new ServiceTier.Login_class();

