$(document).ready(function(){
    $("#newsWidget li:nth-child(even)").addClass("contrast");
});
