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

// BEGIN FORUM MODULES
  
  
    registeredModule['14310748'] = new Object();
    registeredModule['14310748'].type = 'ubbx';
    registeredModule['14310748'].baseurl = 'http://ccd.infopop.cc/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['14310748'].createDataObj = function ubbx14310748() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Dealz Forumz';
        this[i].value = 'c_1686031121';
        categoryViewPerm['1686031121'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'HOT DAILY DEALZ!!!';
        this[i].value = '5896092031';
        this[i].perm = hasPerm(5896092031, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'ONLY Amazon.com Dealz!';
        this[i].value = '4886044031';
        this[i].perm = hasPerm(4886044031, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Its ALL About The "O"!';
        this[i].value = '196107355';
        this[i].perm = hasPerm(196107355, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Cool Linkz & Codez';
        this[i].value = '2906094031';
        this[i].perm = hasPerm(2906094031, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Announcements';
        this[i].value = '5686031121';
        this[i].perm = hasPerm(5686031121, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'In Search Of Dealz...';
        this[i].value = '2786031121';
        this[i].perm = hasPerm(2786031121, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['1686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'CrazyCool Stuff';
        this[i].value = 'c_3686031121';
        categoryViewPerm['3686031121'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Freezin Freebiez & Contests';
        this[i].value = '4546036121';
        this[i].perm = hasPerm(4546036121, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Outside Dealz';
        this[i].value = '7006066121';
        this[i].perm = hasPerm(7006066121, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Cool Talk';
        this[i].value = '9606066121';
        this[i].perm = hasPerm(9606066121, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3686031121'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Welcome  to CrazyCool Chat';
        this[i].value = '7251043211';
        this[i].perm = hasPerm(7251043211, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3686031121'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '3386031121';
        this.servleturl = 'http://ccd.infopop.cc/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['44210158'] = new Object();
    registeredModule['44210158'].type = 'chime';
    registeredModule['44210158'].baseurl =  'http://ccd.infopop.cc/eve/chat' ;
       
    registeredModule['44210158'].popup_height = '500';
    registeredModule['44210158'].popup_width = '600';
    registeredModule['44210158'].createDataObj = function chime44210158(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'CrazyCool Chat Room #1';
        this[i].value = '249106581';
        i++;
         
        this[i] = new Object();
        this[i].text = 'CrazyCool Chat Room #2';
        this[i].value = '8271027911';
        i++;
         
        this[i] = new Object();
        this[i].text = 'CrazyCool Chat Room #3';
        this[i].value = '4001037911';
        i++;
       
    
        this.length = i;
        this.siteid = "3386031121";
        this.servleturl = "http://ccd.infopop.cc/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

