Les News

Score du match Langon / Colomiers Samedi 12 Novembre 2011
 
Pour la 6ème journée des phases qualificatives, Colomiers  l'emporte en déplacement à Langon33 à 18 (21 à 12 à la mi-temps) et obtient le bonus offensif en marquant 5 essais par Pierre BELZUNCE 4', Gérôme CHOLLEY 17', Jeffrey PERKINS 37', 66' et Aurélien BÉCO 54' - 4 transformations de Yannick LAFFORGUE.



Langon :  6 pénalités de Julien LAVIE.



 
 


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