/* 
 * Documentatie:
 * 
 * InnerFade:          http://medienfreunde.com/lab/innerfade/
 *
 */

$(function(){


	

	// InnerFade: Header image rotator
	$('.rimage').innerfade({
		animationtype: 'fade', // fade or slide
		speed: 1600, // animation speed in milliseconds
		timeout: 5000, // time between animations in milliseconds
		type: 'random', // sequence, random, or random_start
		containerheight: '319px' // height of the containing element
	});

	


});
