Les News

2010/2011 : LES MATCHS AMICAUX Vendredi 06 Août 2010
MODIFICATIONS
Match 1 :

Dimanche 1er août - COLOMIERS RUGBY / ALBI

à Millau (12), à 20 h



Match 2 :

Samedi 7 août - COLOMIERS RUGBY / CASTRES OLYMPIQUE

à Lavaur (81), 18 h 30



Match 3 :

Vendredi 13 août - COLOMIERS RUGBY / FC AUCH

Trophée de Bigorre - à Tarbes (65), 18 h



Match 4 :

Vendredi 20 août - COLOMIERS RUGBY / TARBES PR

Trophée de Bigorre - à Auch (32), 18 h




*Trophée de Bigorre :

les participants seront ALBI, AUCH, COLOMIERS, LANNEMEZAN et TARBES.









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