$(document).ready(function() {
	$('p + h2').addClass('h2-after-p');
});