/* {{{ Pimp My jQuery */


$(document).ready(function() {
  /* {{{ Initial Rendering */

  /* zebra table */
  $("tr[id^=comment]:odd td").addClass("oddRow");
  $("tr[id^=comment]:even td").addClass("evenRow");

  /* }}} */

  });


