function initCufon() {
	
	Cufon.replace('h1', { fontFamily: 'Verdana', hover: true });
	Cufon.replace('h2', { fontFamily: 'Helvetica Neue', hover: true });
	Cufon.replace('.slidebar_box h1', { fontFamily: 'Verdana', hover: true });
}

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