// file: /app/webroot/js/common.js   
  
// when the document is ready   
$(document).ready(function(){   
    // stripe all the tables in the application   
    $('table.stripe tr:even').addClass('altrow');   
});  
