function initCufon() {
	Cufon.replace('.container h2', { fontFamily: 'HelveticaNeue-BoldCond', hover: true });
	Cufon.replace('.section h2', { fontFamily: 'HelveticaNeue-BoldCond', hover: true });
	Cufon.replace('#content h1', { fontFamily: 'HelveticaNeue-BoldCond', textShadow: '#d6d6d6 1px 2px' });
}

$(document).ready(function(){
	initCufon();
});
