Cufon.replace('#middle-nav ul li a span, .post h1, .post h2, .post h3, .post h4, .post h5, .post h6, .widget h2, #contactwrap h2', { fontFamily: 'helvetica-condensed-bold' });
Cufon.replace('.post h2 a span', { fontFamily: 'helvetica-condensed' });
Cufon.replace('.post h1, .post h3', { fontFamily: 'Myriad Pro' });
(function($) {
	$( document ).ready( function(){
		$('#home-slider').cycle({ 
		    fx:     'fade', 
		    speed:  'slow', 
		    timeout: 5000
		});
		
		$('#navigation ul li:has(ul)').hover(function() {
			$(this).find('ul').slideDown('fast');
		}, function() {
			$(this).find('ul').slideUp('fast');
		});
	});
})(jQuery)
