﻿$( function() {
    $( ".newsItem:even" ).css( "background-color", "#dbdadb" );
});

