﻿$(document).ready(function () {
    $("#Banner ul").cycle({
        fx: 'fade',
        speed: 500,
        timeout: 3000
    });
});
