$(function() {  
    $("table.stripe tr:odd").addClass("bg");  
  });  
