Cufon.replace('h1 a, h1', {
	hover: true
});

Cufon.replace('#content ol.posts li h2, #content ol.posts li h2 a ', {
	hover: true,
	textShadow: '1px 1px #fff'
});

Cufon.replace('h3#respond, h3#leave-reply ', {
	hover: true,
	textShadow: '1px 1px #fff'
});

