$(document).ready(function() {
    $('#artist').cycle({
        fx:'fade',
        speed:1000,
        timeout:3500,
        autostop:0,
        autostopCount:11
    });
});
