/**
 * Konfigurationen für alle jQuery Plugins
 *
 * @project		Zahnarzpraxis Dr. Hobbach
 * @author		Boris Bojic <bojic@devshack.biz>
 * @copyright	Copyright (c) 2010, Boris Bojic (DevShack)
 * @version		Thu, 25 Nov 2010 12:45:04 +0100
 * @updated		-
 *
 */

$(document).ready(function(){

	$('#header ul').innerfade({
		speed: 1000,
		timeout: 3000,
		type: 'sequence',
		containerheight: '140px'
	});

});
