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