function initCufon() {
	Cufon.replace('.footers-holder h1, #section a, #menu-menu li, .img-controls, .share, .index-identity, .cufonthis, .comments h1, .comments h2, .comments h3, .comments p, .pod-small, .breadcrumbs, .space h1, .space h2, .space h3, .space h4, .space-archive h3, .space-archive h4, .space-archive p, .curr, .archive-page h1, .archive-page li, .archive h1, .archive li, .sliderImage h1, .sliderImage h2, #navi' , { fontFamily: 'xpace', hover: true});
}

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