// SAMURAI BP jQuery

$(document).ready(function(){
    jQuery(this).find(".list a:odd").addClass("odd");
});

