function initCufon() {
	Cufon.replace('#content h1, #content h2', { fontFamily: 'helvetica-md' });
	Cufon.replace('#sidebar h2', { fontFamily: 'helvetica-roman' });
	Cufon.replace('.slide-legend .text h1', { fontFamily: 'helvetica-lt' });
	Cufon.replace('.slide-legend .text strong', { fontFamily: 'helvetica-it' });
	Cufon.replace('.accordion li a', { fontFamily: 'helvetica-roman', hover: true });
}

$(initCufon);
