function initCufon() {
	Cufon.replace('.cufon-link, .btn-link, .footer-section h2, .tweets h2 em, .article h2, .info-block h3, .sidebar-box .share, .btn-link2, .contact-box h2, .gallery h2, .content-section h3, .form-box h3, .info-content h2, .calendar h3', { fontFamily: 'gothic-light', hover: true });
	Cufon.replace('ul.add-nav a, .calendar p, #h1_cf, .blue-box h3, .content-box h3', { fontFamily: 'gothic-boldtwo', hover: true });

	Cufon.replace('#content h1, #content h2, #fb-content h2, #sidebar .sidebar-section h3, .cc-sidebar-nav h4, .cc-header-nav h4, .resources-upper h3, .resources-lower h3, .cc-career-boxes h3, .cc-sidebar-nav h3, .cc-sidebar-jobs h4, .post-holder h3', { fontFamily: 'gothic-bold'});
}
//if (window.addEventListener)
//	window.addEventListener("load", initCufon, false);
//else if (window.attachEvent && !window.opera)
//	window.attachEvent("onload", initCufon);
initCufon();
