function fwj()
{if(location.pathname=='/')
{
	var t=document.getElementsByTagName("body"),bd,n;
	bd=t[t.length-1];
	n=document.createElement("div");
	n.innerHTML='<a target="_blank" href="http://www.pingpinganan.gov.cn/web/index.aspx"><img border="0" align="middle" src="http://www.8684.cn/img/wj.gif"/></a>';
	n.style.textAlign="center";
	bd.appendChild(n);
}}
if(window.attachEvent) window.attachEvent('onload',fwj);
else if(window.addEventListener) window.addEventListener('load',fwj,false);
else window.onload=fwj;
