$j=jQuery.noConflict();

$j(document).ready(function(){
	$j('div.article.post:nth-child(3n+1)').addClass('clearcol');
});
