
function initCufon() {
	Cufon.replace('ul#nav > li > a', { fontFamily: 'sans-semibold', hover: true });
	Cufon.replace('#content h1, #content h2, .news-holder h2, #footer .contacts-holder .email, #content h3, .news-wrap h2', { fontFamily: 'sans-book', hover: true });
	Cufon.replace('#footer h1', { fontFamily: 'sans-book', fontSize: '18px' });
	Cufon.replace('#sidebar .phone-box .phone, #footer .contacts-holder .phone', { textShadow: '#083fd5 0 1px 0', fontFamily: 'sans-light' });
	Cufon.replace('#footer .contacts-holder .phone', { fontFamily: 'sans-light' });

	
}

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