//function initCufon() {
//	Cufon.replace('ul.navigation > li > a', { fontFamily: 'GiddyupStd', hover: true });
//	Cufon.replace('#content h1 ', { fontFamily: 'Archer Book', hover: true });
//
//	Cufon.replace('#content h2 ', { fontFamily: 'Archer Book'});
//	Cufon.replace('..calc h3 ', { fontFamily: 'Archer Bold', hover: true});
//
//	Cufon.replace('.effects-test .shadow', { textShadow: '#555 1px 1px, #000 2px 2px', fontFamily: 'Frutiger' });
//	Cufon.replace('.effects-test .gradient', { color: '-linear-gradient(#aaa, 0.45=#888, 0.45=#555, #000)', fontFamily: 'Frutiger' });
//}
//
//$(document).ready(function(){
//	initCufon();
//});
