function initCufon() {
	Cufon.replace('.slides .text strong span, .section .title strong', { fontFamily: 'HelveticaUltraLight'});
	Cufon.replace('.slides .text em span, .post h2, .post h3, .content-block h3, .social strong, .info-block h3, .block-news h3, .clients h3, .affiliates h3, #footer h4, .section .title em, .add-nav a, #content .block h2, .text-column .phone, .contacts span, .contact-form h2, #content .title h2', { fontFamily: 'HelveticaNeue'});
	Cufon.replace('.contacts address strong', { fontFamily: 'HelveticaNeueBold'});
}

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