	// Hide Cufon fonts, they will be shown after they are rendered
	$(document).ready(function(){
		$('.font-set-1').css('visibility','hidden');
	});
