Les News

L'équipe pour Oyonnax Vendredi 24 Avril 2009
Voici l'équipe qui affrontera l'US OYONNAX samedi, à 18 h 30, à Oyonnax.
   US OYONNAX - COLOMIERS RUGBY

1. Yann RESSÉGUIER
2. Benjamin RIOUX
3. Guillaume BERGOS
4. Guillaume BORTOLASO
5. Romain MÉMAIN
6. Fabien BERNEAU
7. Julien TOURTOULOU
8. Pascal VIGNARD
9. Anthony SALLE-CANNE
10. Frédéric PUJO
11. Malakai BAKANICEVA
12. Corey NIWA
13. Éric SAN VICENTE
14. Julian HANS
15. Morgan SAOUT

Remplaçants :

16. Anthony ROUX
17. Éric SMARA
18. Ludovic FADEL
19. Stéphane BOHN
20. Vincent MEHN
21. Sébastien INIGO
22. Lilian MAJESTÉ
23. Christophe LAURENT


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