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

// BEGIN FORUM MODULES
  
  
    registeredModule['133102663'] = new Object();
    registeredModule['133102663'].type = 'ubbx';
    registeredModule['133102663'].baseurl = 'http://community.auctionsniper.com/eve/forums' ;
    
    categoryViewPerm = new Object();// used to calculate cat view perm based on forum perms within it
    
    registeredModule['133102663'].createDataObj = function ubbx133102663() {
        var i=0;
   
        this[i] = new Object();
        this[i].text = 'Auction Sniper';
        this[i].value = 'c_575608021';
        categoryViewPerm['575608021'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'News and Updates';
        this[i].value = '975608021';
        this[i].perm = hasPerm(975608021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['575608021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Auction Sniper Support';
        this[i].value = '385608021';
        this[i].perm = hasPerm(385608021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['575608021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Questions, Answers, and Advice (Newbies Welcome!)';
        this[i].value = '585608021';
        this[i].perm = hasPerm(585608021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['575608021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Comments and Suggestions';
        this[i].value = '785608021';
        this[i].perm = hasPerm(785608021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['575608021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Community Discussion';
        this[i].value = 'c_775608021';
        categoryViewPerm['775608021'] = false;
        i++;
        
        this[i] = new Object();
        this[i].text = 'eBay, General';
        this[i].value = '985608021';
        this[i].perm = hasPerm(985608021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['775608021'] = true; }; 
        i++;
        
        this[i] = new Object();
        this[i].text = 'Items Wanted';
        this[i].value = '295608021';
        this[i].perm = hasPerm(295608021, ubbxfrm.vfrm);
        if(this[i].perm) { categoryViewPerm['775608021'] = true; }; 
        i++;
        
        this.length = i;
        this.siteid = '84260069';
        this.servleturl = 'http://community.auctionsniper.com/eve/forums';
    }

// END FORUM MODULES

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

// END CHAT MODULES

registeredModulesLoaded = true;

