// 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";
lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}
suspendcode12="<DIV id=\"lovexin12\" style='left:1px;POSITION:absolute;TOP:400px;'><a href='#' target='_blank'><br><a href=JavaScript:;onclick=\"lovexin12.style.visibility='hidden'\"><img border=0 src=ad/close.gif width=1></a></div>"
suspendcode14="<DIV id=\"lovexin14\" style='right:1px;POSITION:absolute;TOP:400px;right:5px;'><a href='http://pagead2.googlesyndication.com/pagead/ads?client=ca-pub-5661656370412602&dt=1216630358140&output=html&slotname=0331310380&correlator=1216630358140&url=http%3A%2F%2F127.0.0.1%2Fbbs%2Fdispbbs.asp%3Fboardid%3D6%26ID%3D15%26replyID%3D15&frm=1&ga_vid=3752587515464795000.1216630358&ga_sid=1216630358&ga_hid=1959131609&flash=9.0.124.0&u_h=768&u_w=1024&u_ah=738&u_aw=1024&u_cd=32&u_tz=480&u_java=true' target='_blank'><br><a href=JavaScript:; onclick=\"lovexin14.style.display = 'none'\"><img border=1 src=ad/close.gif width=20></div>"
document.write(suspendcode12); 
document.write(suspendcode14); 
window.setInterval("heartBeat()",1);

首页下拉菜单*/
        function displaySubMenu(li) {
            var subMenu = li.getElementsByTagName("ul")[0];
            subMenu.style.display = "block";
        }
        function hideSubMenu(li) {
            var subMenu = li.getElementsByTagName("ul")[0];
            subMenu.style.display = "none";
        }
		
/*复制附加信息
document.body.oncopy = function () { 
setTimeout( function () { 
var text = clipboardData.getData("text"); 
if (text) { 
text = text + "---出自西部阳光论坛"; 
clipboardData.setData("text", text); 
} 
}, 100 ) 
}*/

/*IE状态栏处理*/
function load()
{
window.status="欢迎光临西部阳光网站 www.pzhxbyg.com"
}

/* if (top.location !== self.location) {
  top.location=self.location;
     }
	 *//*<a href="http://xmcyberpolice.cn/alert.asp" target=_blank><img src="http://xmcyberpolice.cn/image/gt.gif" width  ="30" border='0'></a>*/