document.write("
     
"); document.write("
"); document.write("
"); document.write("
"); var default_top_ps = 50; var evans_agt = navigator.userAgent.toLowerCase(); var evans_ie = ((evans_agt.indexOf("msie") != -1) && (evans_agt.indexOf("opera") == -1) && (evans_agt.indexOf("omniweb") == -1)); var evans_mymovey = new Number(); function evans_IeTrueBody() { return (document.compatMode && document.compatMode != "BackCompat") ? document.documentElement: document.body } function evans_GetScrollTop() { return evans_ie ? evans_IeTrueBody().scrollTop: window.pageYOffset } function evans_heartBeat() { evans_diffY = evans_GetScrollTop(); evans_mymovey += Math.floor((evans_diffY - document.getElementById('kfoutbox').style.top.replace("px", "") + default_top_ps) * 0.1); document.getElementById('kfoutbox').style.top = evans_mymovey + "px" } var evans_tmpintval = window.setInterval("evans_heartBeat()", 1); if (document.getElementById('kfboxclose')) { document.getElementById('kfboxclose').onclick = function() { window.clearInterval(evans_tmpintval); document.getElementById('kfoutbox').style.display = 'none' } }