document.write ('
');document.getElementById("_CO").style.width="74px";document.getElementById("_CO").style.position="absolute";document.getElementById("_CO").style.background="none";document.getElementById("_CO").innerHTML=""; var _COsoft ; var _COtheTop = 150; var _COtheOldTop = _COtheTop; function _CODiv() { var tt=30; if (window.innerHeight) { pos = window.pageYOffset } else if (document.documentElement && document.documentElement.scrollTop) { pos = document.documentElement.scrollTop } else if (document.body) { pos = document.body.scrollTop; } pos=pos-_COsoft.offsetTop+_COtheTop; pos=_COsoft.offsetTop+pos/10; if (pos < _COtheTop) pos = _COtheTop; if (pos != _COtheOldTop) { _COsoft.style.top = pos+"px"; tt=30; } _COsoft.style.left=(document.body.clientWidth-74)+"px"; _COtheOldTop = pos; setTimeout(_CODiv,tt); } _COsoft = document.getElementById("_CO"); _CODiv();