function initCufon() {
	Cufon.replace('.home h1, .home .ttl, .title, .nav ul li a, .btn-history, .btn-contacts, .pager li, .popup h2, .popup p', { fontFamily: 'calibri', hover: true });
}

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