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("rightDiv").style.top = parseInt(document.getElementById("rightDiv").style.top)+percent+"px";
lastScrollY=lastScrollY+percent;
//alert(lastScrollY);
}
//
window.setInterval("heartBeat()",1);
//-->
//
document.writeln("<style type=\"text/css\">");
document.writeln("#leftDiv,#rightDiv{width:32px;height:39px;position:absolute;}");
document.writeln(".itemFloat{width:75px;height:auto;line-height:5px}");
document.writeln("</style>");
//以下为主要内?

document.writeln("<div id=\"rightDiv\" style=\"top:325px;right:120px !important;right:10px\">");
//------右侧各块结束
//---R2
document.writeln("<div id=\"right2\" class=\"xuanfu\">");
document.writeln("<ul>");
document.writeln("<li><a href=\"callto://dynameters1\"><img src=\"http://www.dynameters.com/images/skypeme_btn_orange.gif\" border=\"0\"></a></li>");
document.writeln("<li><a href=\"callto://dynameters-stella\"><img src=\"http://www.dynameters.com/images/skypeme_btn_orange1.gif\" border=\"0\"></a></li>");
document.writeln("<li><a href=\"callto://dynameters-melissa\"><img src=\"http://www.dynameters.com/images/skypeme_btn_orange2.gif\" border=\"0\"></a></li>");
document.writeln("<li><a href=\"callto://dynameters-emily\"><img src=\"http://www.dynameters.com/images/skypeme_btn_orange3.gif\" border=\"0\"></a></li>");
//document.writeln("<li><a href="callto://dynameters-stella"><img src="http://goodies.skype.com/graphics/skypeme_btn_brownish.gif" border="0"></a></li>");
//document.writeln("<li><a href=\"callto://dynameters-emily\"><img src= http://mystatus.skype.com/smallclassic/Renjinsong-only style=\"border: none;\" alt=\"Call me!\" /></a></li>");
//document.writeln("<li><a target='_blank' href='http://web.im.alisoft.com/msg.aw?v=2&uid=shengzhongvalve&site=cnalichn&s=1' ><img border='0' src='http://web.im.alisoft.com/online.aw?v=2&uid=shengzhongvalve&site=cnalichn&s=1' alt='发送旺旺即时消? /></a></li>");
document.writeln("<li class=\"xu_ft\"></li>");
document.writeln("</ul>");
document.writeln("</div>");
//------右侧各块结束
document.writeln("</div>");

