﻿

var roundabout_timeout = '';
function autoPlayRoundabout() {
	roundabout_timeout = window.setTimeout(function() {
		$('.tx-kiwiteaser-pi1>div:first').roundabout_animateToNextChild();
		autoPlayRoundabout();
	}, 2000);
}

/* Silbentrennung */
Hyphenator.config({
	classname: 'bodytext'
});
Hyphenator.run();

function test_background() {
	if(!isLoaded) {
		$('#background').fadeIn();
	}
}
var i = 0;


