function initCufon() {
	Cufon.replace('#nav li a', { fontFamily: 'Mighty Tomato', hover: true });
	Cufon.replace('#content .section .holder h2 a', { fontFamily: 'Mighty Tomato', hover: true });
	Cufon.replace('#content .section .holder h2', { fontFamily: 'Mighty Tomato', hover: true });
	Cufon.replace('#sidebar h2 a', { fontFamily: 'Mighty Tomato', hover: true });
	Cufon.replace('#sidebar h3 a', { fontFamily: 'Mighty Tomato', hover: true });
	Cufon.replace('.column-list ul li a', { fontFamily: 'Mighty Tomato', hover: true });
	Cufon.replace('#footer h3 a', { fontFamily: 'Mighty Tomato', hover: true });
	Cufon.replace('#footer .copyright p', { fontFamily: 'Mighty Tomato', hover: true });
	Cufon.replace('#footer .copyright dl', { fontFamily: 'Mighty Tomato', hover: true });
}

$(document).ready(function(){
	initCufon();
});
