// JavaScript Document
document.write("<link href='http://mobile.isoshu.com/images/common/style.css' rel='stylesheet' type='text/css' />");
lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
    
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin12").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";
document.getElementById("lovexin14").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV id=\"lovexin12\" style='left:0px;POSITION:absolute;TOP:69px;visibility:hidden'></div>"

suspendcode14="<DIV id=\"lovexin14\" style='left:860px;POSITION:absolute;TOP:80px;'><div class=\"huadong\"><div class=\"box-right\"><div class=\"topbox\"><a href=\"http://mobile.isoshu.com/mobile/\" target=\"_blank\"><img src=\"http://mobile.isoshu.com/images/common/cn_right_ico.gif\"><A/></div><div style=\"background:url(http://mobile.isoshu.com/images/common/cn_right_ico_1.jpg) no-repeat;width:127px;height:167px;margin-top:10px;margin-left:auto;margin-right:auto;\"><div style=\"width:106px;height:20px;padding-top:103px;margin-left:auto;margin-right:auto;\"><input  name=\"searchright\" id=\"searchright\"  type=\"text\" style=\"background:url(http://mobile.isoshu.com/images/common/right_input.jpg) no-repeat;width:106px;height:20px;padding-left:3px; padding-top:2px; height:19px; border:0px;background-repeat: no-repeat; background-position:left top;  text-align:left;  color: #ff6600; line-height:18px;\"/></div><div style=\"width:85px;margin-left:27px;padding-top:8px;*padding-top:8px !important;*padding-top:3px;color:#fff;\"><div style=\"width:47px;float:left;padding-top:5px;\">搜书去</div><input type=\"button\" style=\"width:auto;float:left;background:url(http://mobile.isoshu.com/images/common/right_bottom.jpg) no-repeat; border:0px;width:34px;height:21px; cursor:pointer\" onclick=\"search_main('right'); return false;\" value=\"\"></div></div></div></div>"

document.write(suspendcode12); 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);
