function initCufon() {
	Cufon.replace('#main .column h3', { fontFamily: 'GothamHTF-Medium' });
	Cufon.replace('#login a.main-btn', { fontFamily: 'GothamHTF-Medium', hover: true});
	Cufon.replace('#nav ul li a', { fontFamily: 'GothamHTF-Medium', hover: true});
	Cufon.replace('.gallery-holder ul li h2', { fontFamily: 'GothamHTF-Light' });
	Cufon.replace('.slide-text-2 ul li a', { fontFamily: 'GothamHTF-Medium', hover: true});
	Cufon.replace('.gallery-el7 .columns .column a', { fontFamily: 'GothamHTF-Medium', hover: true});
	Cufon.replace('.primary h2', { fontFamily: 'GothamHTF-Light' });
	Cufon.replace('.primary h3', { fontFamily: 'GothamHTF-Medium' });
	Cufon.replace('.sidebar-nav li a', { fontFamily: 'GothamHTF-Medium', hover: true});

	/*Cufon.replace('.effects-test .shadow', { textShadow: '#555 1px 1px, #000 2px 2px', fontFamily: 'Frutiger' });
	Cufon.replace('.effects-test .gradient', { color: '-linear-gradient(#aaa, 0.45=#888, 0.45=#555, #000)', fontFamily: 'Frutiger' });*/
}

$(document).ready(function(){
	initCufon();
});
