$(document).ready( 
	function(){ $('#startseite #header').innerfade({ 
		speed: 2000, 
		timeout: 3500, 
		containerheight: 220
	}); 
});
