jQuery(function ($) {
  if($.browser.msie && $.browser.version<7)
    {
      $(".secondary li li:has(ul)").addClass("ie6-bug-secondary");
      $("#ie-wtf-bug").html("<img src=\"gfx/background.gif\" style=\"width: 1px; height: 1px; font-size: 0.1em; margin:0;padding:0;\" />");  
    };
});

$(function() {
        $("table tr:nth-child(even)").addClass("striped");
});
