Les News

Journées de détection Vendredi 09 Avril 2010
 L'US COLOMIERS RUGBY organise des journées de détections les mercredi 28 avril et mercredi 5 mai …
MERCREDI 28 AVRIL - 13 h 30

joueurs nés entre 1996 et 1997

Inscriptions au 06 23 84 04 56

Autorisation parentale obligatoire



MERCREDI 5 MAI - 13 h 30

joueurs nés entre 1994 et 1995 / réservé uniquement aux licenciés

Inscriptions au 06 32 04 54 70

Autorisation parentale obligatoire



Ces journées de détection auront lieu au stade Michel Bendichou, Allée de Brière à Colomiers.

Renseignements : 05 61 78 92 00



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