function initCufon() {
	Cufon.replace('.main-head .head-hold h2, #nav .main-link .text, #nav ul a, .panel a, .sites-list h3,  .title h3, .content h4, .content .programm-block .progress, .content h6, .sb-box blockquote q, .experts-head strong,  .content .aside .text-box strong, .aside blockquote, .content .title h2, .sites-list h4', { fontFamily: 'Helvetica Neue', hover: true });
	Cufon.replace('.content h2, .sidebar h3, .sidebar .block li a, .interact-link, .content .post h3, .comment-form label, .content .text-frame h2, .content .text-frame h3, .content .text-frame h4, .content .text-frame h5, .content .info-text p, .content .text-info .subtitle, .content .text-info .ttl, .sidebar .title h2, .sidebar .subtitle a, .sidebar .sb-box h3 strong, .sidebar .sb-box p, .content .item-text p', { fontFamily: 'Helvetica Neue', hover: true });
	Cufon.replace('.content .text-frame h4, .sidebar .sb-box h3 span, .experts-head span, .sites-list h4 span', { fontFamily: 'HelveticaLight', hover: true });
}

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