Les News

RECRUTEMENT : LA SUITE Jeudi 21 Juin 2012
 Nouveaux joueurs pour 2012/2013 …
Nom : Rudi BRITS (Sud-Africain)
 
Âge : 31 ans
 
Poste : Pilier
 
Taille / Poids : 1m83 / 119 kg
 
Club précédent : Cornish Pirates (UK)
 


Nom : Leroy HOUSTON (Australien)

Âge : 25 ans

Poste : 3e ligne

Taille / Poids : 1m90 / 115 kg

Club précédent : Bordeaux-Bègles








Nom : Thomas DUBOIS

Âge : 23 ans

Poste : Pilier

Taille / Poids : 1m88 / 107 kg

Club précédent : Perpignan
 
(issu du Centre de Formation de Colomiers)




Nom : Uili KOLO'OFAI (Tongien)
 
Âge : 30 ans
 
Poste : 2e ligne
 
Taille / Poids : 1m97 / 120 kg
 
Club précédent : Cavalieri (Italie)


Consulter les news récentes | Consulter les archives

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"); });
      });