// JavaScript Document
$(function(){
	$('.fadesponsoren img:gt(0)').hide();
	setInterval(function(){$('.fadesponsoren :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('.fadesponsoren');}, 6000);
});

$(function(){
	$('.fadehauptsponsoren img:gt(0)').hide();
	setInterval(function(){$('.fadehauptsponsoren :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('.fadehauptsponsoren');}, 6000);
});

$(function(){
	$('.fadeindex img:gt(0)').hide();
	setInterval(function(){$('.fadeindex :first-child').fadeOut(1500).next('img').fadeIn(1500).end().appendTo('.fadeindex');}, 9000);
});
