function initCufon() {
	//Cufon.replace('ul.main-nav a em', { fontFamily: 'tempo', hover: true });
	Cufon.replace('ul.tabset a', { fontFamily: 'tempo', hover: true });
	Cufon.replace('.text-holder h2, .text-holder-nc h2, .text-holder-ab h2, .text-holder2nd h2, .text-holder3rd h2, .text-holder2nd h2, .text-holder3rd h2, .text-holder-nc h2, .text-holder-ab h2');
}

$(document).ready(function(){
	initCufon();
});
