function initCufon() {
	Cufon.replace('#nav > li > a, .visual-link a, .column h2, .page h2, .blog-entry h2, .footer-box h2, .footer-column h3, .slideshow-info h2, .info-holder h2, .sidebar-section h2, .ad h2 span, .ad h2 strong, .sidebar-nav li a', { fontFamily: 'Gotham Book', hover: true });
	Cufon.replace('#content h1, .community, .photos li span, .tab-content .slogan', { fontFamily: 'Gotham Light', hover: true });
	//Cufon.replace('.tabset li a', { fontFamily: 'Gotham Light', color: '#2b2b2c', hover: true });
	//Cufon.replace('.tabset li a .active', { fontFamily: 'Gotham Light', color: '#FFF', hover: true });
}
$(document).ready(function(){initCufon();});
