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

// BEGIN FORUM MODULES
  
  
    registeredModule['9001093711'] = new Object();
    registeredModule['9001093711'].type = 'ubbx';
    registeredModule['9001093711'].baseurl = 'http://ducktalk.net/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['9001093711'].createDataObj = function ubbx9001093711() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'DUCKTALK';
        this[i].value = 'c_3621093711';
        categoryViewPerm['3621093711'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'GENERAL DISCUSSION';
        this[i].value = '5621093711';
        this[i].perm = hasPerm(5621093711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3621093711'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'CRUISE REPORTS';
        this[i].value = '6721093711';
        this[i].perm = hasPerm(6721093711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3621093711'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'LINKS';
        this[i].value = '5821093711';
        this[i].perm = hasPerm(5821093711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3621093711'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'PHOTO ALBUMS';
        this[i].value = '4921093711';
        this[i].perm = hasPerm(4921093711, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3621093711'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'KNOW YOUR DIESEL DUCK';
        this[i].value = '6011093161';
        this[i].perm = hasPerm(6011093161, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3621093711'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '6001093711';
        this.servleturl = 'http://ducktalk.net/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['2101093711'] = new Object();
    registeredModule['2101093711'].type = 'chime';
    registeredModule['2101093711'].baseurl =  'http://ducktalk.net/eve/chat' ;
       
    registeredModule['2101093711'].popup_height = '500';
    registeredModule['2101093711'].popup_width = '600';
    registeredModule['2101093711'].createDataObj = function chime2101093711(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "6001093711";
        this.servleturl = "http://ducktalk.net/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

