$(document).ready(function(){
	$("#divArchive div:nth-child(3n)").css("margin-right", "0");
});
