$(document).ready(function() {	$('#gallery ul').innerfade({ animationtype: 'fade', speed: 2000, timeout: 7000, type: 'sequence', containerheight: '357' });		setTimeout(function(){ $('#announcement').slideDown(500); }, 500);		//setTimeout(function(){ $('#announcement').slideUp(500); }, 10000);		$('.fondbeeld').height($(document).height());});
