﻿//鍔犵伅绗?
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*/}
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("lovexin16").style.top=parseInt(document.getElementById
("lovexin16").style.top)+percent+"px";

document.getElementById("lovexin14").style.top=parseInt(document.getElementById
("lovexin14").style.top)+percent+"px";
document.getElementById("lovexin18").style.top=parseInt(document.getElementById
("lovexin18").style.top)+percent+"px";

document.getElementById("lovexin12").style.left = document.body.offsetWidth / 2 - 472 - document.all.lovexin12.offsetWidth;
document.getElementById("lovexin16").style.left = document.body.offsetWidth / 2 - 472 - document.all.lovexin16.offsetWidth;
document.getElementById("lovexin14").style.left=document.body.offsetWidth/2+450;
document.getElementById("lovexin18").style.left=document.body.offsetWidth/2+450;
lastScrollY=lastScrollY+percent; 
}
//suspendcode12 = "<DIV id=\"lovexin12\" style='POSITION:absolute;TOP:50px;text-algin:right;'><div><a href=\"http://www.csi.com.cn/face/hyzxNews/20111223155339.html\" target=\"_blank\"><img src=\"images/hygsztzr.jpg\" width=\"180\" height=\"100\" style=\"cursor: pointer; border: 0px;\"></a></div><div style=\"margin-top: -4px;\"><a href=\"javascript:onclick=hiddl1()\" style=\"color: black; text-decoration: none;font-size: 12px;\"><img src=\"cls_66x22.gif\" style=\"width: 66px; height: 22px; border: 0px;\" /></a></div></div>"
//suspendcode14 = "<DIV id=\"lovexin14\" style='POSITION:absolute;TOP:50px;text-algin:right;'><div><a href=\"http://www.csi.com.cn/face/hyzxNews/20111223160842.html\" target=\"_blank\"><img src=\"images/shcwtcs.jpg\" width=\"180\" height=\"100\" style=\"cursor: pointer; border: 0px;\"></a></div><div style=\"margin-top: -4px;\"><a href=\"javascript:onclick=hiddl2()\" style="color: black; text-decoration: none;font-size: 12px;\"><img src=\"cls_66x22.gif\" style=\"width: 66px; height: 22px; border: 0px;\" /></a></div></div>"
suspendcode12 = "<DIV id=\"lovexin12\" style='POSITION:absolute;TOP:50px;text-algin:left;'><a href=\"http://www.csi.com.cn/face/hyzxNews/20111223155339.html\" target=\"_blank\"><img src=\"images/hygsztzr.jpg\" border=0></a><div style='width:180px;text-align:right;'><a href=\"javascript:onclick=hiddl1()\"><img src=\"cls_66x22.gif\" style=\"width: 66px; height: 22px; border: 0px;\" /></a></div></div>"
suspendcode16 = "<DIV id=\"lovexin16\" style='POSITION:absolute;TOP:200px;text-algin:left;'><a href=\"http://www.csi.com.cn/face/hyzxNews/20111223155755.html\" target=\"_blank\"><img src=\"images/zbjtcwtcs.jpg\" border=0></a><div style='width:180px;text-align:right;'><a href=\"javascript:onclick=hiddl3()\"><img src=\"cls_66x22.gif\" style=\"width: 66px; height: 22px; border: 0px;\" /></a></div></div>"
suspendcode14 = "<DIV id=\"lovexin14\" style='POSITION:absolute;TOP:50px;text-algin:left;'><a href=\"http://www.csi.com.cn/face/hyzxNews/20120105105034.html\" target=\"_blank\"><img src=\"images/qzcwtcs.jpg\" border=0></a><div style='width:180px;text-align:right;'><a href=\"javascript:onclick=hiddl2()\"><img src=\"cls_66x22.gif\" style=\"width: 66px; height: 22px; border: 0px;\" /></a></div></div>"
suspendcode18 = "<DIV id=\"lovexin18\" style='POSITION:absolute;TOP:200px;text-algin:left;'><a href=\"http://www.csi.com.cn/face/hyzxNews/20111223161054.html\" target=\"_blank\"><img src=\"images/bcwtcs.jpg\" border=0></a><div style='width:180px;text-align:right;'><a href=\"javascript:onclick=hiddl4()\"><img src=\"cls_66x22.gif\" style=\"width: 66px; height: 22px; border: 0px;\" /></a></div></div>"

document.write(suspendcode12);
document.write(suspendcode16);
document.write(suspendcode14); 
document.write(suspendcode18); 

function DLstart() {
    document.getElementById("lovexin12").style.visibility = "visible";
    document.getElementById("lovexin16").style.visibility = "visible";
    document.getElementById("lovexin14").style.visibility = "visible";
    document.getElementById("lovexin18").style.visibility = "visible";
    window.setInterval("heartBeat()", 1);
}
function hiddl1()
{
    window.lovexin12.style.display="none";
}
function hiddl3()
{
    window.lovexin16.style.display="none";
}
function hiddl2() {
    window.lovexin14.style.display = "none";
}
function hiddl4()
{
    window.lovexin18.style.display="none";
}
DLstart();


