document.write('

解析:

现在使用最流行的 Web 技术 HTML5+CSS3 和 jQuery,同样也可以实现类
似的用户体验。使用这些特性将会比使用 Flash 更加有效。
以下示例仅供参考:
$(function () {
 new Swipe(document.getElementById(\'jisou-banner\'), {
 speed: 500,
 auto: 3000,
 callback: function () {
 var lis = $(this.element).next("ol").children();
 lis.removeClass("on").eq(this.index).addClass("on");
 }
 });
 });
');