$(document).ready(function() {
	Cufon.replace('.content h1, .content h2, .content h3, .content h4, .content h5', { fontFamily: 'Baskerville' });
});

