$(function() {
	$('#single h2').each(function(i) {
		$(this).html($(this).text() + '<a name="m' + i.toString() + '"></a>');
	});
});