// JavaScript Document
$('#banner').cycle({ 
fx: 'fade', 
timeout: 4500,
pause:   1,
after: onAfter

});


function onAfter() {
    $('#arrow').html("<img src=\"images/" + this.alt + ".jpg\"/>");
}