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

// BEGIN FORUM MODULES
  
  
    registeredModule['901108031'] = new Object();
    registeredModule['901108031'].type = 'ubbx';
    registeredModule['901108031'].baseurl = 'http://collingsforum.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['901108031'].createDataObj = function ubbx901108031() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Gear';
        this[i].value = 'c_54760485';
        categoryViewPerm['54760485'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Collings Acoustic Guitars';
        this[i].value = '74760485';
        this[i].perm = hasPerm(74760485, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['54760485'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Collings Electric Guitars';
        this[i].value = '8021042224';
        this[i].perm = hasPerm(8021042224, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['54760485'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Mandolins';
        this[i].value = '4691059572';
        this[i].perm = hasPerm(4691059572, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['54760485'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Other Guitar Makers';
        this[i].value = '2011005424';
        this[i].perm = hasPerm(2011005424, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['54760485'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Technical and Repair Info.';
        this[i].value = '94760485';
        this[i].perm = hasPerm(94760485, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['54760485'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Sound Reinforcement and Recording Facilities';
        this[i].value = '8796026145';
        this[i].perm = hasPerm(8796026145, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['54760485'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Center';
        this[i].value = 'c_76660426';
        categoryViewPerm['76660426'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Playing and Technique';
        this[i].value = '25760485';
        this[i].perm = hasPerm(25760485, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['76660426'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Players and Recordings';
        this[i].value = '1441024344';
        this[i].perm = hasPerm(1441024344, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['76660426'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Music Projects and Sharings';
        this[i].value = '6711079551';
        this[i].perm = hasPerm(6711079551, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['76660426'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Gigs, Workshops, Factory Tours and Forum Gatherings';
        this[i].value = '5346017641';
        this[i].perm = hasPerm(5346017641, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['76660426'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'General Discussion';
        this[i].value = '6681010672';
        this[i].perm = hasPerm(6681010672, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['76660426'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Bulletin Board';
        this[i].value = 'c_3521069572';
        categoryViewPerm['3521069572'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'Annoucements, Comments, Suggestions';
        this[i].value = '97660426';
        this[i].perm = hasPerm(97660426, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3521069572'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Photo Galleries';
        this[i].value = '125105645';
        this[i].perm = hasPerm(125105645, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3521069572'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'FS, WTB or Trade';
        this[i].value = '55660426';
        this[i].perm = hasPerm(55660426, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['3521069572'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '43760485';
        this.servleturl = 'http://collingsforum.com/eve/forums';
    }

// END FORUM MODULES

// BEGIN CHAT MODULES
  
  
    registeredModule['970108331'] = new Object();
    registeredModule['970108331'].type = 'chime';
    registeredModule['970108331'].baseurl =  'http://collingsforum.com/eve/chat' ;
       
    registeredModule['970108331'].popup_height = '500';
    registeredModule['970108331'].popup_width = '600';
    registeredModule['970108331'].createDataObj = function chime970108331(){
        var i=0;
      
    
        this.length = i;
        this.siteid = "43760485";
        this.servleturl = "http://collingsforum.com/eve/chat";
    }

// END CHAT MODULES

registeredModulesLoaded = true;

