function imgbookmark(){
var title="Å®ÈËÅÝÅÝÊ±ÉÐÍø";
var url="http://www.ladypopo.cn";
if (window.sidebar) window.sidebar.addPanel(title, url,"");
else if( window.opera && window.print ){
var mbm = document.createElement('a');
mbm.setAttribute('rel','sidebar');
mbm.setAttribute('href',url);
mbm.setAttribute('title',title);
mbm.click();}
else if( document.all ) window.external.AddFavorite( url, title);
}
//ÓÒ²àÆ¯¸¡
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("shoucangRANMENG").style.top=parseInt(document.getElementById

("shoucangRANMENG").style.top)+percent+"px";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}//from jzxue.com
suspendcode14="<DIV id=\"shoucangRANMENG\" style='right:1px;POSITION:absolute;TOP:180px;width:89px;height:175px;'><iframe src=/QQ.html frameBorder=0 width=89 height=175 marginheight=0 marginwidth=0 scrolling=no></iframe></div>"
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);