// JavaScript Document
	jQuery().ready(function(){
		jQuery('#kursfinder').accordion({
			autoheight: false,
			header: '.head'
		});
			// Initialisieren
		zwobNewsRotator.init();

		// Optional: Das Rotationsintervall setzen (default ist 8000 ms)
		zwobNewsRotator.setIntervall(8000);

		// Rotation starten
		zwobNewsRotator.doRotate();	
		
	});
