(function($){ 
$(document).ready(function() { 

	Cufon.replace('h2', { fontFamily: 'Futura std Bold', hover: false });
	Cufon.replace('#header div.slogan span.intro', { fontFamily: 'Futura std Bold', hover: false });

	Cufon.replace('#header div.slogan span.intro2');

	Cufon.now();
	$(window).bind("unload",function(){
		$("canvas, span.cufon").remove();
	});
	
})})(jQuery);
