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