
	/* --- // -------------------------------------------------------
			
			@ Marti 
			@ /js/functions/kompetenzen.js
			@ Funktionen für das Referenz Modul
			
			@ 25.10.2007 ph,dk
			@ alpha 0.1
			
			Changelog:
			
	------------------------------------------------------- // --- */

	$(document).ready(function() {
		/* Slideshow */
		$('#slideshow').innerfade({
			animationtype: 'fade',
			speed: 750,
			timeout: 3500,
			type: 'sequence'
		
		});
	});
