Les Supporters de Colomiers Rugby

Amicale des Supporters

 
 
 

Siège

 

stade Michel Bendichou - Allée de Brière - 31770 Colomiers

 
 

Adresse postale

 

3, place du Gers - 31770 Colomiers

 
 

Contact

 

Madame Régine PELLEGRINO (Présidente)

 

Journal téléphonique et répondeur : 05 61 30 20 94

 
 
 

>> contacter l'amicale des supporters

 

>> site internet



Fan XV

 
 
 

Siège

 

12, allée du Roussillon - 31770 Colomiers

 
 

Contact

 

Monsieur Joël MIGNON (Président)

 

05 61 15 13 46

 
 
 
>> site internet













Suivez-nous sur Twitter !

      jQuery(function($){
        var options = {
          username: "ColomiersRugby",
          page: 1,
          avatar_size: 32,
          count: 4,
          fetch: 5, // 1 + count
          loading_text: "loading ..."
        };

        var widget = $("#paging .widget"),
          next = $("#paging .next"),
          prev = $("#paging .prev");

        var enable = function(el, yes) {
          yes ? $(el).removeAttr('disabled') :
                $(el).attr('disabled', true);
        };

        var stepClick = function(incr) {
          return function() {
            options.page = options.page + incr;
            enable(this, false);
            widget.tweet(options);
          };
        };

        next.bind("checkstate", function() {
          enable(this, widget.find("li").length == options.count)
        }).click(stepClick(1));

        prev.bind("checkstate", function() {
          enable(this, options.page > 1)
        }).click(stepClick(-1));

        widget.tweet(options).bind("loaded", function() { next.add(prev).trigger("checkstate"); });
      });