// Gehört zum Cycle template des Banners. Für weitere Optionen: http://www.malsup.com/jquery/cycle/

$(document).ready(function() {
	$("#textCubeNews").cycle({
	   fx: "fade",
	   pauseOnPagerHover:1,
	   speed: 1000
	});
});
