var $j = jQuery.noConflict();
$j(document).ready(function() {
$j("#calendar-big li:even").css("background-color", "#eeeeee");
});