$(document).ready(function() {
	$('div#links_afbeelding').innerfade({
		speed: 3000,
		timeout: 3000,
		type: 'random_start',
		containerheight: '600px'
	});
});
