$(function() {
  $('#doodles > div:nth-child(3n)').addClass('row-end');
});
