// request key: FA29926252EE6F1B48464FFC32EE1FA4
    
// create all registered modules data obj that can be queried
registeredModule = new Object();

// BEGIN FORUM MODULES
  
  
    registeredModule['84010148'] = new Object();
    registeredModule['84010148'].type = 'ubbx';
    registeredModule['84010148'].baseurl = 'http://danenbergboatworks.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['84010148'].createDataObj = function ubbx84010148() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Boat repair';
        this[i].value = 'c_275009846';
        categoryViewPerm['275009846'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Framing and Planking Techniques – Carvel';
        this[i].value = '576009846';
        this[i].perm = hasPerm(576009846, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Framing and Planking - Lapstrake';
        this[i].value = '974000166';
        this[i].perm = hasPerm(974000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Fasteners';
        this[i].value = '926000166';
        this[i].perm = hasPerm(926000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Materials and Sources';
        this[i].value = '684000166';
        this[i].perm = hasPerm(684000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Tools and Sources';
        this[i].value = '294000166';
        this[i].perm = hasPerm(294000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Engines and Running gear';
        this[i].value = '105000166';
        this[i].perm = hasPerm(105000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Wiring, Plumbing, etc.';
        this[i].value = '905000166';
        this[i].perm = hasPerm(905000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Hardware and Sources';
        this[i].value = '615000166';
        this[i].perm = hasPerm(615000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Upholstery';
        this[i].value = '225000166';
        this[i].perm = hasPerm(225000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Coatings';
        this[i].value = '448101262';
        this[i].perm = hasPerm(448101262, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Misc.';
        this[i].value = '825000166';
        this[i].perm = hasPerm(825000166, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'How to use this Forum';
        this[i].value = '171003617';
        this[i].perm = hasPerm(171003617, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Misc.-Your Point of View';
        this[i].value = '4971085613';
        this[i].perm = hasPerm(4971085613, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['275009846'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '661004516';
        this.servleturl = 'http://danenbergboatworks.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['88110148'] = new Object();
    registeredModule['88110148'].type = 'chime';
    registeredModule['88110148'].baseurl =  'http://danenbergboatworks.com/eve/chat' ;
       
    registeredModule['88110148'].popup_height = '500';
    registeredModule['88110148'].popup_width = '600';
    registeredModule['88110148'].createDataObj = function chime88110148(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "661004516";
        this.servleturl = "http://danenbergboatworks.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

