Cufon.replace('h2, #fade li, .quote, .submit' );
		Cufon.replace('menu li a, ul.parent > li > a', { hover: true } );
		 $(document).ready( function(){ 
		   $('.single-slideshow').innerfade({
					   speed: 'slow', 
					   timeout: 4000, 
					   type: 'sequence',
					   containerheight: '235px' }); 
		   $('.slideshow').innerfade({
					   speed: 'slow', 
					   timeout: 4000, 
					   type: 'sequence',
					   containerheight: '200px' });
			function startFade() {
				$('.slideshow-delay').innerfade({
					   speed: 'slow', 
					   timeout: 3000, 
					   type: 'sequence',
					   containerheight: '200px' });
			};
			setTimeout(startFade, 2000);

		  $('#fade').innerfade({ 
					  speed: 'slow', 
					  timeout: 6000, 
					  type: 'sequence', 
					  containerheight: '6em' 
		  });
		  $('#sendbutton').click(function(){
			  $(this).parent().append('<img src="/Scripts/ajax-loader.gif" /><span>submitting...</span>');
		  });
		  $('#home-quote-img').delay(1000).animate({ height: '206px', width: '501px', marginLeft: '0px', marginTop: '0px', opacity: 1.0 }, 2000 );
		  $('#extended-text').hide();
		  $('#more-text').click(function() {
			  $('#extended-text').show();
		  });
		  if (document.getElementById('more-text')) {
			$.localScroll.defaults.axis = 'y';
			$.localScroll.defaults.easing = "easeInOutCubic";
			$.localScroll({
				  queue:true,
				  duration:1500
			});
		  }
});
