//suspendcode="<DIV id=lovexin12 style='Z-INDEX: 10; LEFT: 180px; POSITION: absolute; TOP: 105px; width: 100; height: 300px;'><a href='http://lyaiche.com/huanghai/huanghai.html' target='_blank'><img src='huanghai/b1.gif' width='100' height='300' border='0'></a></DIV>"
//document.write(suspendcode);

//suspendcode="<DIV id=lovexin14 style='Z-INDEX: 10; LEFT: 1000px; POSITION: absolute; TOP: 105px; width: 100; height: 300px;'><a href='http://lyaiche.com/2011.html' target='_blank'><img src='huanghai/b2.gif' width='100' height='300' border='0'></a></DIV>"
//document.write(suspendcode);


// JavaScript Document
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("lovexin14").style.top)+percent+"px";
//document.getElementById("lovexin16").style.top=parseInt(document.getElementById("lovexin16").style.top)+percent+"px";
//document.getElementById("lovexin18").style.top=parseInt(document.getElementById("lovexin18").style.top)+percent+"px";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV id=\"lovexin12\" style='left:22px;POSITION:absolute;TOP:10px;background:#ededed;line-height:16px;color:#666;'><a href='http://lyaiche.com/huanghai/huanghai.html' target='_blank'><img border=0 src='huanghai/b1.gif'></a><div onclick=\"document.getElementById('lovexin12').style.display='none';\" style='z-index: 998; width: 50px; text-align: right; cursor: pointer;' title='¹Ø±Õ'>¹Ø±Õ</div></div>"

suspendcode14="<DIV id=\"lovexin14\" style='right:22px;POSITION:absolute;TOP:10px;background:#ededed;line-height:16px;color:#666;'><a href='http://lyaiche.com/2011.html' target='_blank'><img border=0 src='huanghai/b2.gif'></a><div onclick=\"document.getElementById('lovexin14').style.display='none';\" style='z-index:998; width: 50px; text-align: right; cursor: pointer;' title='¹Ø±Õ'>¹Ø±Õ</div></div>"

//suspendcode16="<DIV id=\"lovexin16\" style='left:22px;POSITION:absolute;TOP:350px;'><a href='http://lyaiche.com/huanghai/huanghai.html' target='_blank'><img border=0 src='huanghai/b1.gif'></div>"

//suspendcode18="<DIV id=\"lovexin18\" style='right:22px;POSITION:absolute;TOP:350px;'><a href='http://lyaiche.com/2011.html' target='_blank'><img border=0 src='huanghai/b2.gif'></div>"

if(window.screen.width == '1024' && window.screen.height == '768')
{
document.getElementById("lovexin12").style.visibility="hidden";
document.getElementById("lovexin14").style.visibility="hidden";
}
document.write(suspendcode12); 
document.write(suspendcode14);

window.setInterval("heartBeat()",1);


