$(function(){
	$('*:first-child').addClass('first-child');
	$('h1 + *').addClass('as-of-h1');
});
