﻿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";

lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<div id=\"lovexin12\" style='right:22px;position:absolute;top:200px;z-index:100'>";
var recontent = '<div><img src="/corp/osRes/os14/top.gif" alt=""  usemap="#MapMapMap" border="0" /></div>' +
'<div style="width:100px;margin-top:3px;margin-left:2px;line-height:20px;border:solid 1px #279e58;background-color:#ffffff;">' +
'<table border="0" width="90" cellspacing="0" cellpadding="0" align="center">' +
'<!--begin-->' + 
'<tr><td height="26px"><img alt="" width="18" src="/corp/osRes/qqIcon/4.gif" /></td><td style="line-height:26px;">' +
'<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin= 1872884612&amp;Menu=yes" title="QQ" target="blank" style="font-size:12px;color: #000000;text-decoration:none;font-weight:normal;">远程报读咨询</a></td></tr>' +
'<tr><td height="26px"><img alt="" width="18" src="/corp/osRes/qqIcon/4.gif" /></td><td style="line-height:26px;">' +
'<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=1968528664&amp;Menu=yes" title="QQ" target="blank" style="font-size:12px;color: #000000;text-decoration:none;font-weight:normal;">NLP家排催眠</a></td></tr>' +
'<tr><td height="26px"><img alt="" width="18" src="/corp/osRes/qqIcon/4.gif" /></td><td style="line-height:26px;">' +
'<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=2215630894&amp;Menu=yes" title="QQ" target="blank" style="font-size:12px;color: #000000;text-decoration:none;font-weight:normal;">心理师培训班</a></td></tr>' +
'<tr><td height="26px"><img alt="" width="18" src="/corp/osRes/qqIcon/4.gif" /></td><td style="line-height:26px;">' +
'<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=2322570375&amp;Menu=yes" title="QQ" target="blank" style="font-size:12px;color: #000000;text-decoration:none;font-weight:normal;">心理咨询师班</a></td></tr>' +
'<tr><td height="26px"><img alt="" width="18" src="/corp/osRes/qqIcon/6.gif" /></td><td style="line-height:26px;">' +
'<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=241614037&amp;Menu=yes" title="QQ" target="blank" style="font-size:12px;color: #000000;text-decoration:none;font-weight:normal;">武昌心理咨询</a></td></tr>' +
'<tr><td height="26px"><img alt="" width="18" src="/corp/osRes/qqIcon/6.gif" /></td><td style="line-height:26px;">' +
'<a href="http://wpa.qq.com/msgrd?V=1&amp;Uin=1764695647&amp;Menu=yes" title="QQ" target="blank" style="font-size:12px;color: #000000;text-decoration:none;font-weight:normal;">同济心理咨询</a></td></tr>' +

'<!--end-->' + 
'</table></div>' +
'<map name="MapMapMap" id="MapMapMap" style="cursor:handle">' +
'<area shape="rect" coords="81, 7, 105, 23" href="#"  onclick="far_close()" />' +
'<area shape="rect" coords="50, 40, 109, 82" href="/corp/gbook_post.aspx?flag=001" />' +
'</map>';

document.write(suspendcode12); 
document.write(recontent); 
document.write("</div>"); 
window.setInterval("heartBeat()",1);

function far_close() {
    document.getElementById("lovexin12").innerHTML = "";
}
