Les News

RECRUES 2012/2013 Mercredi 06 Juin 2012
Si la saison 2011/2012 n'est pas tout à fait finie - il reste en effet un titre de Champion de France à aller chercher samedi 16 juin -, le recrutement pour la saison prochaine a bien débuté à Colomiers Rugby ! Voici les deux premières recrues …
Nom : Maxime CARABIGNAC
 
Âge : 25 ans
 
Poste : 1/2 de mêlée
 
Taille / Poids : 1m69 / 80 kg
 
Club précédent : Albi



Nom : Cédric COLL
 
Âge : 24 ans
 
Poste : 1/2 d'ouverture / centre
 
Taille / Poids : 1m82 / 85 kg
 
Club précédent : Aix-en-Provence


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