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

// BEGIN FORUM MODULES
  
  
    registeredModule['3681045'] = new Object();
    registeredModule['3681045'].type = 'ubbx';
    registeredModule['3681045'].baseurl = 'http://community.discoveryanz.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['3681045'].createDataObj = function ubbx3681045() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Discovery Channel';
        this[i].value = 'c_8781045';
        categoryViewPerm['8781045'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Programmes';
        this[i].value = '3881045';
        this[i].perm = hasPerm(3881045, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8781045'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Mythbusters';
        this[i].value = '69110026';
        this[i].perm = hasPerm(69110026, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8781045'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'American Chopper';
        this[i].value = '200107272';
        this[i].perm = hasPerm(200107272, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8781045'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Man Made Marvels';
        this[i].value = '844100372';
        this[i].perm = hasPerm(844100372, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8781045'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'I, Videogame';
        this[i].value = '232100682';
        this[i].perm = hasPerm(232100682, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8781045'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Everest: Beyond the Limit';
        this[i].value = '182101923';
        this[i].perm = hasPerm(182101923, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8781045'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Smash Lab';
        this[i].value = '549106704';
        this[i].perm = hasPerm(549106704, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8781045'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Bone Detectives';
        this[i].value = '959106704';
        this[i].perm = hasPerm(959106704, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['8781045'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Discovery Channel Atlas';
        this[i].value = 'c_826103232';
        categoryViewPerm['826103232'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'China Revealed';
        this[i].value = '427103232';
        this[i].perm = hasPerm(427103232, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['826103232'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Australia Revealed';
        this[i].value = '893103332';
        this[i].perm = hasPerm(893103332, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['826103232'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Brazil Revealed';
        this[i].value = '214103332';
        this[i].perm = hasPerm(214103332, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['826103232'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Italy Revealed';
        this[i].value = '624103332';
        this[i].perm = hasPerm(624103332, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['826103232'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '7961045';
        this.servleturl = 'http://community.discoveryanz.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['6981045'] = new Object();
    registeredModule['6981045'].type = 'chime';
    registeredModule['6981045'].baseurl =  'http://community.discoveryanz.com/eve/chat' ;
       
    registeredModule['6981045'].popup_height = '600';
    registeredModule['6981045'].popup_width = '800';
    registeredModule['6981045'].createDataObj = function chime6981045(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'Test';
        this[i].value = '64510848';
        i++;
       
    
        this.length = i;
        this.siteid = "7961045";
        this.servleturl = "http://community.discoveryanz.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

