﻿$(function() {
    $('#sidebar .tweeters-list:odd').addClass('alt');
});