$(function() {

    $('#home_image_cycle').cycle({
        timeout: 3000,
        speed:   1000
        });

    });
