/*

	jQuery sjit

*/
$(document).ready(function() {
						   
	// slideshow
	$('ul#bannerslider').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'sequence',
		containerheight: '104px'
	});
	
	$('ul#merkenslider').innerfade({
		speed: 'slow',
		timeout: 5000,
		type: 'sequence',
		containerheight: '104px'
	});

});