$(function(){
	$("div.article:nth-child(odd)").addClass("odd");
	$("div.article:nth-child(even)").addClass("even");
});



