

// Static AjaxCodeConfig class
var AjaxCodeConfig = new function()
{
  
    this.STRUCTURAL_NO_XML = 1;
    this.STRUCTURAL_NO_CODE = 2;
    this.EVERYTHING = 42;
    this.OK = 0;
    this.ERROR = 10;
    this.NO_LOGIN = 20;
    
}
