                                                      
			  Cufon.replace('h1', { fontFamily: 'highwaygothic' });
			  Cufon.replace('#middlebar h1', { fontFamily: 'bebas' });
			Cufon.replace('h2', { fontFamily: 'highwaygothic' });
			Cufon.replace('h3', { fontFamily: 'bebas' });
			Cufon.replace('h4', { fontFamily: 'highwaygothic' });
			
$(document).ready(function() {


	$('#nav a').hover(function(){
		 $(this).stop().animate({color: "#0072bc"},100);
	},function(){
		 $(this).stop().animate({color: "#333"},350);
	}); 
  
			
});

$(document).ready(function() {
    $('.slideshowcycle').cycle({
		fx: 'fade' 
	});
	
	

});

