function initCufon() {
	Cufon.replace('.call .name', { fontFamily: 'helveticaMDCN' });
	Cufon.replace('.call .nb,', { fontFamily: 'helveticaLTCN' });
	Cufon.replace('.slide_text h1 .helvetica_hv, .slide_text h1 .helvetica_gn, .slide_text h2, .slide_text .buttons .price, .post_block .heading h2, .slide_text h1 .helvetica_hv_cn, .slide_text h1 .helvetica_hv_cm', { fontFamily: 'helveticaHVCNO' });
	Cufon.replace('.sub_block h3', { textShadow: '#fff 0px 1px, #fff 0px 1px', fontFamily: 'helveticaHVCNO' });
	Cufon.replace('.slide_text h1 .helvetica_bd_cn, .heading h2, .bld', { fontFamily: 'helveticaBDCNO' });
	Cufon.replace('.heading h2 > span, #login_popup h3.form_title', { fontFamily: 'helveticaBDCNO' });
	Cufon.replace('.bag_data .btn_buy_1, .blog_box .btn, .form_contact_main .btn, #login_popup .admin_form .btn', { textShadow: '#fff 0px 1px, #fff 0px 1px', fontFamily: 'helveticaBold_b' });
	Cufon.replace('.slide_text p', { fontFamily: 'eurostiledemiobliq' });
	Cufon.replace('.slide_text .buttons .btn, .action-btns .btn', { fontFamily: 'eurostiledemi' });
	Cufon.replace('.top_menu a, .btn_view_catalog', { fontFamily: 'eurostiledemi' });
	Cufon.replace('.btn_pdf', { fontFamily: 'eurostiledemi', hover:true });
	Cufon.replace('.sub_block .btn,  ', { textShadow: '#fff 0px 1px, #fff 0px 1px', fontFamily: 'eurostiledemi' });
	Cufon.replace('.post_block .heading .view, .view_all_area .view', { textShadow: '#fff 0 1px, #fff 0px 1px', fontFamily: 'eurostiledemi' });

}

$(document).ready(function(){
	initCufon();
});
