/***********广告代码**************/
document.writeln("<div align=\"center\" id=\"objbot\"><center>")
document.writeln("<iframe marginwidth=0 marginheight=0  frameborder=0 scrolling=no src='http://www.hahayouxi.com/taobaoda1.htm' width=200 height=130><\/iframe>");
document.writeln("<\/center><\/div>");
/***********广告代码**************/
document.write ('<style type="text/css">#objbot {position:absolute}</style>');
var object=document.getElementById("objbot");
self.onError=null;
currentX = 0;  
currentY = 0;
whichIt = null;           
lastScrollX = 0; lastScrollY = 0;
object.style.right = 0;
object.style.top = document.body.clientHeight-130;
function moveobject() {
  diffY = document.body.scrollTop; 
  diffX =0; 
  if(diffY != lastScrollY) {
    percent = .1 * (diffY - lastScrollY);
    if(percent > 0) percent = Math.ceil(percent);
    else percent = Math.floor(percent);
    document.all.objbot.style.pixelTop += percent;
    lastScrollY = lastScrollY + percent;
  }
  if(diffX != lastScrollX) {
    percent = .1 * (diffX - lastScrollX);
    if(percent > 0) percent = Math.ceil(percent);
    else percent = Math.floor(percent);
    document.all.objbot.style.pixelLeft += percent;
    lastScrollY = lastScrollY + percent;
  }  
}  

action = window.setInterval("moveobject()",1);









