///飞驰网站内容管理系统 广告轮播组件 ///开发公司:西安飞驰网络通信有限公司 ///作者:畅宇驰 ///最后更新:2015-9-10 //关闭广告 //静态图片模型 //暂未使用的模块 //漂浮广告模型 //对联广告模型 document.write("
"); document.write("
"); document.write("
"); jQuery(".PicPlay_style6").slide({ titCell: ".hd ul", mainCell: ".bd ul", effect: "fold", autoPlay: true, autoPage: true, trigger: "mouseover", startFun: function (i) { var curLi = jQuery(".PicPlay_style6 .bd li").eq(i); if (!!curLi.attr("_src")) { curLi.css("background-image", curLi.attr("_src")).removeAttr("_src"); }}});