function initCufon() {
	Cufon.set('fontFamily', 'Plum');
	Cufon.replace('#header .contacts span');
	Cufon.replace('#header .contacts strong');
	Cufon.replace('#header .title');
	Cufon.replace('#header .phone');
	Cufon.replace('#header .links a');
	Cufon.replace('#nav a');
}

$(document).ready(function(){
	initCufon();
});
