


$(document).ready(function () {
							
	$('h2.replace').each( function(){
		var h_content = $(this).text();
		var h_slug = $(this).attr('id');
		$(this).html('<img alt="' + h_content + '" src="http://acuityreputation.com/assets/img/gr_h2_' + h_slug + '.png" />');	
	});											
	
});
