jQuery(document).ready(function ($) {
	$('body').addClass('js');
	$('#caclist li:nth-child(2n+1)').addClass('nth');
	/*$('#p-logos').innerfade({
		animationtype: 'fade',
		timeout: '2500',
		speed: 'slow',
		type: 'random',
		containerheight: '77'
	});*/
	$("div.post:last-child").css({
		background: "none"
	});
	$("tr:even").addClass("even");
	$("tr:odd").addClass("odd");
	$("p:empty").remove();
	$("ul.blogroll li:first-child").css({
		border: 0
	});
	$('#caclist > li:nth-child(2n+3)').addClass('clear');

});
