document.write("<div class=\"footer\">");
document.write("  <div class=\"ft_subNav\"><table width=\"500\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" style=\"text-align:center; margin:0 auto;\">");
document.write("  <tr>");
document.write("    <td><a href=\"/dzdt\">站点地图<\/a><\/td>");
document.write("    <td width=\"2\">|<\/td>");
document.write("    <td><a href=\"/gywm\">关于我们<\/a><\/td>");
document.write("    <td width=\"2\">|<\/td>");
document.write("    <td><a href=\"/wzbz\">网站帮助<\/a><\/td>");
document.write("    <td width=\"2\">|<\/td>");
document.write("    <td><a href=\"/wzsm\">网站申明<\/a><\/td>");
document.write("    <td width=\"2\">|<\/td>");
document.write("    <td><a href=\"/llfx\">网站统计<\/a><\/td>");
document.write("  <\/tr>");
document.write("<\/table><\/div>");
document.write("  <div class=\"copyright\"><p>");
document.write("主办：中共上杭县委 上杭县人民政府&nbsp;&nbsp;承办：上杭县数字上杭建设办公室<br \/>");
document.write("闽ICP备09032653号&nbsp;&nbsp;联系电话：0597-3992696 &nbsp;&nbsp;E-Mail：szb@shanghang.gov.cn<br \/>");
document.write("建议使用1024*768分辨率，16位以上颜色 Netscape6.0、IE6.0以上版本浏览器和中文大字符集<\/p><\/div>");
document.write("<\/div>");
document.write("<script type=\"text\/javascript\" src=\"http:\/\/js.tongji.linezing.com\/1301466\/tongji.js\"><\/script><noscript><a href=\"http:\/\/www.linezing.com\"><img src=\"http:\/\/img.tongji.linezing.com\/1301466\/tongji.gif\"\/><\/a><\/noscript>");


 //页面纠错
document.onkeydown = keyDown;
function keyDown(e)
{
	var e=(typeof event!="undefined")?window.event:e;   // IE : Firefox
	var s=(document.getSelection)?document.getSelection():document.selection.createRange().text;
	if(e.ctrlKey && e.keyCode==13){
		if (s!="") 
		{
			window.open("/errorreport.htm","","width=600,height=400");
		}else{
			alert("请先用鼠标选择出错的内容片断！");
			return false;
		}
	}
}


