$(document).ready(function(){
	$('p > img').parent().addClass('headerImage');
});

