<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">var showIndex=1;function showbg(src){var index=$("#flashs .btn span").index($("#flashs .btn span.cur"));if(index&lt;0){index=0;}
$("#flashs .btn span.cur").css("opacity",0.7).removeClass("cur");$("#flashbg"+index).css({"opacity":0,"z-index":1});$("#flashbg"+showIndex).css({"z-index":2});$("#flashbg"+showIndex).animate({opacity:1},500);$("#flashs .btn span").eq(showIndex).css("opacity",1).addClass("cur");}
var h=$("#flashs div.bgitem").css("opacity",0).length;var btn="&lt;div class='btn'&gt;";for(var i=0;i&lt;h;i++){btn+="&lt;span&gt;&lt;/span&gt;";}
btn+="&lt;/div&gt;";$("#flashs").append(btn);$("#flashs .btn span").css("opacity",0.7).mouseenter(function(){showIndex=$("#flashs .btn span").index(this);showbg(showIndex);}).eq(0).trigger("mouseenter");$("#flashs").hover(function(){clearInterval(picTimer);},function(){picTimer=setInterval(function(){showIndex++;if(showIndex==h){showIndex=0;}
showbg(showIndex);},5000)}).eq(0).trigger("mouseleave");</pre></body></html>