﻿$(document).ready(function () {
    $('#s5').cycle({
        fx: 'fade',
        speed: 2500,
        timeout: 10000
    });
});

