document.write("<HTML>   ");
document.write("  <HEAD>   ");
document.write("  <STYLE   TYPE='text/css'>   ");
document.write("  #myChaser   {   ");
document.write("  position:absolute;   ");
document.write("  left:10px;   ");
document.write("  top:0px;   ");
document.write("  width:220px;   ");
document.write("  color:#555555;   ");
document.write("  font-size:12px; ");
document.write("   ");
document.write("  }   ");
document.write("  </STYLE>   ");
document.write("  </HEAD>   ");
document.write("    ");
document.write("  <BODY>   ");
document.write("  <DIV   ID='myChaser'>   ");
document.write("  <A href=\"msnim:chat?contact=cqkms@hotmail.com\" target=blank><img src=\"/Images/msn.gif\" alt=\"Cummins Service\" /></A>");
document.write("  <A href=\"msnim:chat?contact=zsx0102@hotmail.com\" target=blank><img src=\"/Images/msn.gif\" alt=\"Cummins Service\" /></A>");
document.write("<img src=\"/Images/chat.gif\" alt=\"Cummins Service\" />");
document.write("  ");
document.write("  </DIV>   ");
document.write("  <SCRIPT   LANGUAGE='JavaScript'>   ");
document.write("  var   oChaser   =   {   ");
document.write("  topMargin :   25,   ");
document.write("  callRate :   10,   ");
document.write("  slideTime :   1200,   ");
document.write("  maxDiff :   document.all   ?   document.body.clientHeight   :   window.innerHeight,   ");
document.write("  isIE :   document.all   ?   true   :   false,   ");
document.write("  chaserDiv :   document[document.all   ?   \"all\"   :   \"layers\"][\"myChaser\"]   ");
document.write("  }   ");
document.write("    ");
document.write("  window.setInterval(\"oChaser.main(   )\",   oChaser.callRate)   ");
document.write("  oChaser.main   =   function(   )   ");
document.write("  {   ");
document.write("  this.currentY =   this.isIE   ?   this.chaserDiv.style.pixelTop   :   this.chaserDiv.top   ");
document.write("  this.scrollTop =   this.isIE   ?   document.body.scrollTop   :   window.pageYOffset   ");
document.write("  var   newTargetY =   this.scrollTop   +   this.topMargin   ");
document.write("    ");
document.write("  if   (   this.currentY   !=   newTargetY   )   {   ");
document.write("    ");
document.write("  if   (   newTargetY   !=   this.targetY   )   {   ");
document.write("  this.targetY   =   newTargetY   ");
document.write("  this.slideInit()   ");
document.write("  }   ");
document.write("  this.slide()   ");
document.write("  }   ");
document.write("  }   ");
document.write("  oChaser.slideInit   =   function(   )   ");
document.write("  {   ");
document.write("  var   now =   new   Date(   )   ");
document.write("  this.A =   this.targetY   -   this.currentY   ");
document.write("  this.B =   Math.PI   /   (   2   *   this.slideTime   )   ");
document.write("  this.C =   now.getTime(   )   ");
document.write("    ");
document.write("  if   (Math.abs(this.A)   >   this.maxDiff)   {   ");
document.write("  this.D   =   this.A   >   0   ?   this.targetY   -   this.maxDiff   :   this.targetY   +   this.maxDiff   ");
document.write("  this.A   =   this.A   >   0   ?   this.maxDiff   :   -this.maxDiff   ");
document.write("  }   else   {   ");
document.write("  this.D   =   this.currentY   ");
document.write("  }   ");
document.write("  }   ");
document.write("    ");
document.write("  oChaser.slide   =   function(   )   ");
document.write("  {   ");
document.write("  var   now =   new   Date(   )   ");
document.write("  var   newY =   this.A   *   Math.sin(   this.B   *   (   now.getTime(   )   -   this.C   )   )   +   this.D   ");
document.write("  newY =   Math.round(   newY   )   ");
document.write("    ");
document.write("  if   ((   this.A   >   0   &&   newY   >   this.currentY   )   ||(   this.A   <   0   &&   newY   <   this.currentY   ))   {   ");
document.write("  if   (   this.isIE   )this.chaserDiv.style.pixelTop   =   newY   ");
document.write("  else this.chaserDiv.top   =   newY   ");
document.write("  }   ");
document.write("  }   ");
document.write("  </SCRIPT>   ");
document.write("  ");
document.write("  </BODY>   ");
document.write("  </HTML> ");
