Les News

Matchs amicaux Lundi 03 Août 2009

C'est ce vendredi 7 août que l'équipe 1 de Colomiers Rugby jouera son premier match de préparation, à l'occasion du Trophée de Bigorre ...

Vendredi 7 août : Tarbes - Colomiers - 18 h - à Auch
Vendredi 14 août : Lannemezan - Colomiers - 18 h - à Tarbes
Lundi 17 août : Colomiers - Béziers - 18 h 30 - à Camarès
Vendredi 21 août : Aurillac - Colomiers - 19 h 30 - à Rodez


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