$(document).ready(function() {

	$('h2:first').addClass('firsth2');

});
