$(document).ready(function(){

	$(function() {

		$.fn.txt2img.defaults.path = '/coaching/wp-content/themes/runsmart/images/h2/';
		$.fn.txt2img.defaults.extension = '.png';

		$('#page-title h1').txt2img({path: '/coaching/wp-content/themes/runsmart/images/h1/'});
		$('.entry h2').txt2img();
		$('.titles h2').txt2img();
		$('.coach-name h2').txt2img();
		$('h2.sidebar-title').txt2img();
		$('#sidebar h2').txt2img();

/*
*/
	});

});