$(function(){
	$("div.entry:nth-child(odd)").css("clear","left");
	$("div.category:nth-child(3n+1)").css("clear","left");
	$("div#sub div.module:nth-child(3n+1)").css("clear","left");
})
