function initCufon() {
	Cufon.replace('#nav > li > a', { fontFamily: 'tower', hover: true });
	Cufon.replace(' h2 , h3 , h4', { fontFamily: 'bell', hover: false });
}

$(document).ready(function(){
	initCufon();
});
