function initCufon() {
	Cufon.replace('.block h2', { fontFamily: 'Interstate-BoldCondensed'});
	Cufon.replace('.boxes h3', { fontFamily: 'Interstate-BoldCompressed'});
	Cufon.replace('#content h2', { fontFamily: 'Interstate-BoldCompressed'});
	Cufon.replace('ul.nav > li > a', { fontFamily: 'Interstate-BoldCondensed', hover: true });
}

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