$(document).ready(function(){
    $("#recruit li:even").css("background-color","#eee");
});
