$(document).ready( function(){ 
	
	$('#headerphotos').innerfade({ 
		animationtype: 'fade', 
		speed: 'slow', 
		timeout: '6500', 
		type: 'sequence', 
		containerheight: '348px'
	});  

});
