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

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

	// InnerFade: last photo album image rotator
	$('#flickr_fotos .slider').innerfade({
		animationtype: 'fade', // fade or slide
		speed: 1600, // animation speed in milliseconds
		timeout: 5000, // time between animations in milliseconds
		type: 'random_start', // sequence, random, or random_start
		containerheight: '180px' // height of the containing element
	});
	
    // InnerFade: sponsor logos rotator
	$('.logos .slider').innerfade({
		animationtype: 'fade', // fade or slide
		speed: 1600, // animation speed in milliseconds
		timeout: 5000, // time between animations in milliseconds
		type: 'random_start', // sequence, random, or random_start
		containerheight: '89px' // height of the containing element
	});
	
	//$("p.shorten", ".titel_short").shorten();
	
});
