function initCufon() {
	Cufon.replace('#sidebar h2 span, .gallery .title, .gallery .btn span, .main-content .column2 h2 span, .more-box a', { fontFamily: 'Futura-Bold'});
}

$(document).ready(function(){
	initCufon();
});
