//$(document).ready(function() {
$(
    function()
    {
        document.getElementById("leadstory-container").style.visibility = "visible";
        $('div[id$=leadstory_wrapper]').cycle
        (
            {
                fx: 'fade',
                timeout: 5500,
                speed: 1000,
                pause: 5
            }
        );
    }
);

