jQuery(window).ready(function() {	// vielleicht noch etwas Bewegung vorher	//jQuery('#headerimg img:first').fadeIn(1000, function() {    jQuery('#headerimg').cycle({		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...		speed: 400,		timeout: 6000		});	//});		jQuery('#sponsoren_events').cycle({		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...		speed: 400,		timeout: 3000	});	});