function closenews()
{
lovexin12.style.visibility='hidden';
lovexin14.style.visibility='hidden';
}
function closeD()
{
document.getElementById('img4').src='/images/a.png';
document.getElementById('img5').style.display='none';
}
function heartBeat(){
var diffY;
if (document.documentElement && document.documentElement.scrollTop){
	diffY = document.documentElement.scrollTop;}
else if (document.body){
	diffY = document.body.scrollTop}
else
    {/*方便扩展*/}
var 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";
lastScrollY=lastScrollY+percent; 
}
var lastScrollY=0;
var suspendcode12="<div id='lovexin12' style='left:2px;position:absolute;top:250px;BACKGROUND-COLOR: #FFFFFF;'><div id='img3'><img src='/images/hj_P.jpg' id='img4'><br/><span style='CURSOR:hand;color:#000000;' onclick='closeD()' id='img5'>[关闭]</span></div><a href='http://www.netpolice.gov.cn/wj/index.asp' target='_blank'><img border='0' src='/image/main_r4_c7.jpg' width='100' height='122' /></a></div>"


var suspendcode14="<div id='lovexin14' style='right:2px;position:absolute;top:250px;'><div id='img3'><img src='/images/hj_P.jpg' id='img4'><br/><span style='CURSOR:hand;color:#000000;' onclick='closeD()' id='img5'>[关闭]</span></div><a href='http://www.netpolice.gov.cn/wj/index.asp' target='_blank'><img border='0' src='/image/main_r4_c13.jpg' width='100' height='122' /></a></div>"

<!--图片添加-->

//var suspendcode13="<div id='lovexin14' style='right:2px;position:absolute;top:250px;'><div id='img3'><a href='/zwpd/zw_wjgg/wjgg_gggs/gggs_zpgg/20090903/21367_1.htm' target='_blank'><img src='/images/hj_P.jpg' id='img4'></a><br/></div><a href='http://www.netpolice.gov.cn/wj/index.asp' target='_blank'><img border='0' src='/image/main_r4_c13.jpg' width='100' height='122' /></a></div>"
//var suspendcode14="<div id='lovexin14' style='right:2px;position:absolute;top:250px;'><div id='img3'><img src='images/hj_P.jpg' id='img4'></div></div>"




//var suspendcode14="<div id='lovexin14' style='right:2px;position:absolute;top:450px;'><a href='http://www.netpolice.gov.cn/wj/index.asp' target='_blank'><img border='0' src='/image/main_r4_c13.jpg' width='100' height='122' /></a></div>"
document.write(suspendcode12); 
document.write(suspendcode14); 

window.setInterval("heartBeat()",1);