$(document).ready(function() {

	/* Animation Startseite Headerbilder */
	if ($('body').hasClass('welcome') == true) {
		$('#headerpicture').cycle({ 
		    timeout:  4000,
			speed: 1000,
			pause:  1
		}); 
	}
	
});
