function initCufon() {
	Cufon.replace('#nav a, .button, .register-list a, .visuals .bar .title', { fontFamily: 'HelserifTMed' });
	Cufon.replace('#nav .drop a, .box h3, .locations .head h3, .references .head h3, .main-heading, .news-detail .date', { fontFamily: 'HelserifTBoo' });
	Cufon.replace('.bhv .title', { textShadow: '#776559 1px 1px, #776559 1px 1px', fontFamily: 'SohoStd Bold' });
	Cufon.replace('.bhv-list .text', { textShadow: '#776559 1px 1px, #776559 2px 2px', fontFamily: 'SohoStd' });
}

$(document).ready(function(){
	initCufon();
});
