function initCufon() {
	Cufon.replace('.cufon-link, .btn-link, .footer-section h2, .article h2, .info-block h3, .sidebar-box .share, .btn-link2, .contact-box h2, .gallery h2, .content-section h3, .form-box h3, .info-content h2', { fontFamily: 'gothic-light', hover: true });
	Cufon.replace('ul.add-nav a', { fontFamily: 'gothic-boldtwo', hover: true });

	Cufon.replace('#content h1, #content h2, #sidebar .sidebar-section h3, .post-holder h3', { fontFamily: 'gothic-bold'});
}
if (window.addEventListener)
	window.addEventListener("load", initCufon, false);
else if (window.attachEvent && !window.opera)
	window.attachEvent("onload", initCufon);