function initCufon() {
	Cufon.replace('.contacts h2, .promo .heading,.promo-holder h1', {fontFamily: 'GothamHTF-Book'});
	Cufon.replace('.start-link a', {fontFamily: 'GothamHTF-Medium, hover: true'});
	Cufon.replace('.promo h1,.controw .section .box h2', {fontFamily: 'GothamHTF-Medium'});
	Cufon.replace('.promo .text-holder h1', {fontFamily: 'GothamHTF-Book'});
	/*Cufon.replace('#content h2, .sub-heading span', { fontFamily: 'MyriadPro'});
	Cufon.replace('.gallery-main h2', { fontFamily: 'MyriadPro Cond'});*/
	Cufon.replace('.promo-holder h1 em,.promo-holder span,.controw .section p', {fontFamily: 'Gotham-Light'});
	Cufon.replace('#main .controw .section .box p,.controw .section .box a', {fontFamily: 'GothamHTF-Bold, hover: true'});
}

$(document).ready(function(){
	initCufon();
});