    $(function() {
    $('#top-image').cycle({
        Speed: 400,
        Timeout: 5000,
        cleartype: 1
    });
    });

