$(document).ready(function() 
    { 
        $('#hero').cycle({speed:1000, timeout:4000});
    } 
);