(function($) {
	$(document).ready(function(){
		$('#ads .ad:even').css({background: '#eee'});
	});
})(jQuery);

