function initCufon() {
	Cufon.replace('#sidebar h3', { fontFamily: 'Formal'});
}
$(document).ready(function(){
	initCufon();
});