$(function() {
	$('h1').each(function() {
		$(this).replaceWith('<img src="writefont.php?font=Volkorn&margin=2&colour=004d91&bgcolour=ffffff&size=24&text=' + escape($(this).text()) + '" alt="' + $(this).text().replace(/"/g, "&quot;") + '"/><br />');
	});
	
	$('h2').each(function() {
		$(this).replaceWith('<img src="writefont.php?font=Volkorn&margin=2&colour=004d91&bgcolour=ffffff&size=14&text=' + escape($(this).text()) + '" alt="' + $(this).text().replace(/"/g, "&quot;") + '"/><br />');
	});
	
	/*
$('h3').each(function() {
		$(this).replaceWith('<img src="writefont.php?font=Volkorn&margin=1&colour=000000&bgcolour=ffffff&size=24&text=' + escape($(this).text()) + '" alt="' + $(this).text().replace(/"/g, "&quot;") + '"/><br />');
	});
*/
});