<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">jQuery(document).ready(function (a) { action() }); function action() { $(document.body).append('&lt;div id="roll" style="display:none;"&gt;&lt;div title="返回顶部" id="roll_top"&gt;&lt;/div&gt;&lt;/div&gt;'); $("#roll_top").click(function () { $("html,body").animate({ scrollTop: "0px" }, 800) }); $("#ct").click(function () { $("html,body").animate({ scrollTop: $(".ct").offset().top }, 800) }); $(window).scroll(function (a) { if ($.browser.ie6) { $("#roll").css("top", $(this).scrollTop() + $(this).height() - 170) } if ($(this).scrollTop() &gt; 260) { $("#roll").fadeIn() } else { $("#roll").fadeOut() } }) };
/*在线客服开始*/
function imState(){$.get("/ajax.ashx?action=imstate&amp;t="+Math.random(),function(rsp){window.imInfo=eval("("+rsp+")");if(imInfo.imShow){$.getScript("/UserControls/Im/im.js?t="+Math.random(),function(){writeIm(imInfo.imData);});}else{$("#divOranIm").hide();}});}
$(function(){$("body").append("&lt;div style='width:150px;z-index:10;' id='divOranIm'&gt;&lt;/div&gt;");imState();});
/*在线客服结束*/</pre></body></html>