function _refresh(_x,_y) {$(_x).hover(function(){$(this).addClass('hover');},function() {$(this).removeClass('hover');setTimeout(function(){Cufon.refresh(_y)}, 10);});}
function initCufon() {
	Cufon.replace('.text-box h2', { fontFamily: 'Bauer Bodoni'});
	Cufon.replace('.text-box strong', { fontFamily: 'Bauer Bodoni'});
	//Cufon.replace('.more', { fontFamily: 'Bauer Bodoni', hover: true});
	//Cufon.replace('#footer address', { fontFamily: 'Bauer Bodoni', hover: true});
	//Cufon.replace('.copy', { fontFamily: 'Bauer Bodoni'});
	Cufon.replace('.drop a', { fontFamily: 'Gotham', hover: true});
	Cufon.replace('.drop a > li > a', { fontFamily: 'Gotham-Bold', hover: true});
	Cufon.replace('.drop a > li ul a', { fontFamily: 'Gotham-Bold', hover: true});
	_refresh('.drop li','.drop > li > a');
	Cufon.replace('.box strong', { fontFamily: 'Bauer Bodoni'});
	Cufon.replace('.section h2', { fontFamily: 'Bodoni'});
	Cufon.replace('.section strong', { fontFamily: 'Bodoni'});
	Cufon.replace('#nav > li > a', { fontFamily: 'Bodoni'});
	Cufon.replace('#flashContent a', { fontFamily: 'Bodoni'});
}

initCufon();

