
	function onLoad()
	{
		$( '#start_bild' ).cycle( {
			delay:  0,
			timeout: 4000,
			speed:  1500
		} );
		
	}
	
