
$(document).ready(function(){
	
	$('#header').cycle({ 
		fx:     'fade', 
		speed:  'normal',
		timeout: 5000,
		pause:	1,
		next:   '#next', 
		prev:   '#prev',
		pager: '#headerNav'
	});
	
	$('#testimonials').innerfade({
		speed: 750,
		timeout: 20000,
		type: 'random'
	});

	
});


