jQuery(function(){
  $posts = jQuery('#posts');
  if($posts.find('.grid_4').length > 0){
    $posts.masonry({ columnWidth: 340 });
  }
});
