$(document).ready(
    function($){
        $('#hp_rotator').cycle({
            timeout: 8000,
            speed: 500
        });
    }
);
