$(document).ready(function(){
						   
	/* cufon
	-------------------------------------*/
	
	Cufon.replace(".headerInner .info, .message, .boxNewsletter h3, .boxNews h4, .item h2 a, .boxVideo h3");
	
	/* innerfade
	-------------------------------------*/
	
	$('#intro').find('.images').innerfade({ 
		speed: 'slow', 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '250px' 
	}); 

});


