





if((screen.width>=1024))
{
var Mouse_Obj="none";
 var pX
 var pY
 document.onmousemove=D_NewMouseMove;
 document.onmouseup=D_NewMouseUp;

 function m(c_Obj)
 { Mouse_Obj=c_Obj;
  pX=parseInt(document.all(Mouse_Obj).style.left)-event.x;
  pY=parseInt(document.all(Mouse_Obj).style.top)-event.y; }
 function D_NewMouseMove()
 {if(Mouse_Obj!="none")
  {document.all(Mouse_Obj).style.left=pX+event.x;
   document.all(Mouse_Obj).style.top=pY+event.y;
   event.returnValue=false;}}
 function D_NewMouseUp()
 {if(Mouse_Obj!="none")
  {Mouse_Obj="none";}}

document.write ("</STYLE>");
document.write ("<DIV class=up id='hello' background=''");
document.write ("style=';LEFT: expression(document.body.clientWidth-100); WIDTH: 86px; POSITION: absolute; ; TOP: expression(document.body.clientHeight-260); HEIGHT: 160px'>");
document.write ("<table width='86' border='0' cellpadding='0' cellspacing='0'>");
document.write ("  <tr>");
document.write ("    <td width='86' valign='top'><img src='http://www.188mb.com/user/518888/qq/images/top.gif'></td>");
document.write ("  </tr>");
document.write ("  <tr>");
document.write ("    <td height='20' align='center' valign='top' background='http://www.188mb.com/user/518888/qq/images/middle.gif'><a href='http://wpa.qq.com/msgrd?V=1&Uin=756355279&Site=QQ客服&Menu=yes' target='_blank' class='Asmallyellow'><img border='0' SRC=http://www.188mb.com/user/518888/qq/images/1.bmp alt='QQ客服'></a></td>");
document.write ("  </tr>");
document.write ("  <tr>");
document.write ("    <td height='20' align='center' valign='top' background='http://www.188mb.com/user/518888/qq/images/middle.gif'><a href='http://wpa.qq.com/msgrd?V=1&Uin=756355279&Site=QQ客服&Menu=yes' target='_blank' class='Asmallyellow'><img border='0' SRC=http://www.188mb.com/user/518888/qq/images/1.bmp alt='QQ客服'></a></td>");
document.write ("  </tr>");
document.write ("  <tr>");
document.write ("    <td height='20' align='center' valign='top' background='http://www.188mb.com/user/518888/qq/images/middle.gif'><a href='http://wpa.qq.com/msgrd?V=1&Uin=756355279&Site=QQ客服&Menu=yes' target='_blank' class='Asmallyellow'><img border='0' SRC=http://www.188mb.com/user/518888/qq/images/1.bmp alt='QQ客服'></a></td>");
document.write ("  </tr>");

document.write ("  <tr>");
document.write ("    <td valign='top'><img src='http://www.188mb.com/user/518888/qq/images/bottom.gif'></td>");
document.write ("  </tr>");
document.write ("</table>");
document.write ("</DIV>");

var fixpos=document.body.clientHeight-260

document.body.onscroll=function(){
hello.style.posTop=document.body.scrollTop+fixpos}
}



