function initCufon() {
	Cufon.replace('#main h1', { fontFamily: 'baker', hover: true });
	Cufon.replace('.big', { fontFamily: 'baker', hover: true });
	Cufon.replace('.image-aside', { fontFamily: 'baker', hover: true });
	Cufon.replace('.list h2', { fontFamily: 'baker', hover: true });
}

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