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

// BEGIN FORUM MODULES
  
  
    registeredModule['1701071'] = new Object();
    registeredModule['1701071'].type = 'ubbx';
    registeredModule['1701071'].baseurl = 'http://forums.cardesignnews.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['1701071'].createDataObj = function ubbx1701071() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'News and Announcements';
        this[i].value = 'c_95960307';
        categoryViewPerm['95960307'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Announcements';
        this[i].value = '91760627';
        this[i].perm = hasPerm(91760627, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['95960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Design Discussion';
        this[i].value = 'c_80960307';
        categoryViewPerm['80960307'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Car Design Talk';
        this[i].value = '36560507';
        this[i].perm = hasPerm(36560507, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Design Technique';
        this[i].value = '61760917';
        this[i].perm = hasPerm(61760917, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Design Schools';
        this[i].value = '61860207';
        this[i].perm = hasPerm(61860207, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Design Contests';
        this[i].value = '90960727';
        this[i].perm = hasPerm(90960727, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Sketch Groups';
        this[i].value = '803609244';
        this[i].perm = hasPerm(803609244, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Digital Modeling';
        this[i].value = '64460817';
        this[i].perm = hasPerm(64460817, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Clay Modeling';
        this[i].value = '31060927';
        this[i].perm = hasPerm(31060927, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Car Design Glossary';
        this[i].value = '9541057913';
        this[i].perm = hasPerm(9541057913, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Just Talk';
        this[i].value = '62760627';
        this[i].perm = hasPerm(62760627, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['80960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Site Feedback';
        this[i].value = 'c_31960307';
        categoryViewPerm['31960307'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'CDN website';
        this[i].value = '85460627';
        this[i].perm = hasPerm(85460627, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['31960307'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forums and Chat';
        this[i].value = '491608422';
        this[i].perm = hasPerm(491608422, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['31960307'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '99560371';
        this.servleturl = 'http://forums.cardesignnews.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['6271052'] = new Object();
    registeredModule['6271052'].type = 'chime';
    registeredModule['6271052'].baseurl =  'http://forums.cardesignnews.com/eve/chat' ;
       
    registeredModule['6271052'].popup_height = '600';
    registeredModule['6271052'].popup_width = '600';
    registeredModule['6271052'].createDataObj = function chime6271052(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Car Design Chat';
        this[i].value = '537104981';
        i++;
       
    
        this.length = i;
        this.siteid = "99560371";
        this.servleturl = "http://forums.cardesignnews.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

