jQuery(document).ready(function() { 
	
	jQuery('#banners').innerfade({
		animationtype: 'fade',
		speed: 1000, 
		timeout: 4000, 
		type: 'sequence', 
		containerheight: '234px'
	});
	
	jQuery('#did-you-know-list').innerfade({
		animationtype: 'fade',
		speed: 1000, 
		timeout: 7000, 
		type: 'random_start', 
		containerheight: '180px'
	});
});