Les News

Résultats de Lannemezan / Colomiers Dimanche 14 Mars 2010
 Défaite de Colomiers à Lannemezan sur le score de 24 à 22, 21 à 16 à la mi-temps.
 Pour Lannemezan : 3 essais de Nicolas MOURET (12è), Mathieu CEOLIN (17è) et Christophe DASQUE (25è), 3 transformation de Jean-Marie HÉRAUT, 1 drop-goal de Christophe DASQUE.



Pour Colomiers, 1 essai de Romain MÉMAIN (4è), 1 transformation et 5 pénalités de Frédéric COUZIER.



4ème minute, le pack columérin va à l'essai


 



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