$(document).ready(function(){ 
	$('#main_body h1').each(function(el){
		var title= $(this).text();
		$(this).replaceWith('<img src="/Templates/OurCatholicAppeal/dynamic_image/header.php5?text=' + title + '" />');
		});
	});	