/**
 * Javascript required to power the website.
 */

(function($) {
    $(document).ready(function(){

$(window).load(function () {
// build header slideshow
	$('div#slideshow').cycle({ 
		fx:     'scrollHorz', 
		containerResize: 0,
		fit: 1,
		fastOnEvent: 400,
		speed: 400,
		timeout: 0,
		next: 'div#sl-nav a#next',
		prev: 'div#sl-nav a#prev'
	});
//  
// fadeout flashmessages
	$('#goodMessage, #neutralMessage').delay(4000).fadeOut('slow');

});

$('#ContactDatumVon').datepicker();
$('#ContactDatumBis').datepicker();


	
// --- END ---

    });
})(jQuery);
