//jQuery: Cycle (Texteinblendung)
function onAfter() {
	$('#cycletext').html('<span class=cyan>' + this.alt + '</span>');
}