// http://blog.jquery.com/2006/10/18/zebra-table-showdown/

( function( $ ) {

      $("#stripes tr:nth-child(odd)").addClass("odd");

})( jQuery );





