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

// BEGIN FORUM MODULES
  
  
    registeredModule['282103531'] = new Object();
    registeredModule['282103531'].type = 'ubbx';
    registeredModule['282103531'].baseurl = 'http://iloveulove.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['282103531'].createDataObj = function ubbx282103531() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Announcements & Administration';
        this[i].value = 'c_9686002961';
        categoryViewPerm['9686002961'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forum Announcements';
        this[i].value = '4786002961';
        this[i].perm = hasPerm(4786002961, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9686002961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Website Announcements';
        this[i].value = '2136012171';
        this[i].perm = hasPerm(2136012171, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['9686002961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Discussions';
        this[i].value = 'c_2786002961';
        categoryViewPerm['2786002961'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Sharing Forum';
        this[i].value = '7046023071';
        this[i].perm = hasPerm(7046023071, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2786002961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Unconditional Love';
        this[i].value = '1886002961';
        this[i].perm = hasPerm(1886002961, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2786002961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Forgiveness';
        this[i].value = '1326033071';
        this[i].perm = hasPerm(1326033071, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2786002961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Marriage & Relationships';
        this[i].value = '5886002961';
        this[i].perm = hasPerm(5886002961, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2786002961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Psychology & Philosophy';
        this[i].value = '2926033071';
        this[i].perm = hasPerm(2926033071, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2786002961'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Spirituality';
        this[i].value = '4336033071';
        this[i].perm = hasPerm(4336033071, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['2786002961'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '7546002961';
        this.servleturl = 'http://iloveulove.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['104107041'] = new Object();
    registeredModule['104107041'].type = 'chime';
    registeredModule['104107041'].baseurl =  'http://iloveulove.com/eve/chat' ;
       
    registeredModule['104107041'].popup_height = '500';
    registeredModule['104107041'].popup_width = '600';
    registeredModule['104107041'].createDataObj = function chime104107041(){
        var i=0;
        
        this[i] = new Object();
        this[i].text = 'MB Guys';
        this[i].value = '955101583';
        i++;
         
        this[i] = new Object();
        this[i].text = 'MB Girls';
        this[i].value = '277103393';
        i++;
         
        this[i] = new Object();
        this[i].text = 'Everyone!';
        this[i].value = '677103393';
        i++;
       
    
        this.length = i;
        this.siteid = "7546002961";
        this.servleturl = "http://iloveulove.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

