﻿jQuery(document).ready(function() {

    jQuery('#s1').cycle({
        fx: 'fade',
        speed: 3000,
        timeout: 1000
    });

});