document.write("<div id='call' style='LEFT:0px;VISIBILITY:visible;WIDTH:111px;POSITION:absolute;TOP:20px;HEIGHT:200;'><a href='http://cd.cd800.net:81/sccdcx.php?caller=1263512369@qq.com' target=_blank><img src='http://www.cd800.net/images/v1_2.gif' border=0></img></a></div>")
var tips; var theTop = 20; var old = theTop;
function init() {
  tips = document.getElementById('call');
  moves();
};
function moves() {
  var xx=50;
  if (window.innerHeight) {
    divtop = window.pageYOffset
  }
  else if (document.documentElement && document.documentElement.scrollTop) {
    divtop = document.documentElement.scrollTop
  }
  else if (document.body) {
    divtop = document.body.scrollTop;
  }

  divtop=divtop-tips.offsetTop+theTop;
  divtop=tips.offsetTop+divtop/10;
	
  if (divtop < theTop) divtop = theTop;
  if (divtop != old) {
    tips.style.top = divtop+"px";
    xx=10;
  }
	
  old = divtop;
  setTimeout(moves,xx);
}
init();