$('#s5').cycle({ fx: 'fade', timeout: 5000, before: onBefore, after: onAfter });
function onBefore() { $('#output').html("Cargando imagen" ); } function onAfter() { $('#output').html("" ) .append( this.alt ); }