window.onscroll=function() { var bodyTop = 0; if (typeof window.pageYOffset != 'undefined') { bodyTop = window.pageYOffset; } else if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') { bodyTop = document.documentElement.scrollTop; } else if (typeof document.body != 'undefined') { bodyTop = document.body.scrollTop; } document.getElementById("qqonline").style.pixelTop = 100 + bodyTop; } function qqclose() { document.getElementById("qqonline").style.display = "none"; } document.write('
'); document.write('
'); document.write(''); document.write('
'); document.write('
');