document.write("<div id=\"wrapper\">");
document.write("	<style>");
document.write("	#wrapper_header,#wrapper_header_950{margin:0 auto;background:none;position:relative;z-index:90;}");
document.write("	#header_content{width:280px;background:#ffffff;position:absolute;z-index:90;left:18%;top:18%;}");
document.write("	#header_content table td{width:300px;padding:2px 7px;font-size:21px;font-weight:bold;color:orange; font-family:arial;}");
document.write("	#header_content table td a:link,#header_content  table td a:active,#header_content  table td a:visited{font-size:12px;color:#555555;}");
document.write("	#header_content table td a:hover{background:#000;color: #fff;font-size:12px;}");
document.write("	#tbCity{line-height:22px;}");
document.write("	</style>");
document.write("	<div id=\"wrapper_header_950\">");
document.write("		<div id=\"header_content\">");
document.write("			<div id=\"header950\">");
document.write("<div id=\"SelectCity\">");
document.write("					<div id=\"City\">");
document.write("							<div id=\"MoreCityWrapper\" class=\"MoreListWrapper\" style=\"display:none\" onmouseover=\"showChangeCity();\" onmouseout=\"hiddenChangeCity();\">");
document.write("<table id='tbCity' width='100%' border='0' cellpadding='0' cellspacing='0' align='center' class='bk h22 bd_ddd'>");
document.write("  <tr>");
document.write("    <td align='center'><a href='http://gz.pugong.net'>广州</a></td>");
document.write("    <td align='center'><a href='http://sz.pugong.net'>深圳</a></td>");
document.write("    <td align='center'><a href='http://dg.pugong.net'>东莞</a></td>");
document.write("    <td align='center'><a href='http://fs.pugong.net'>佛山</a></td>");
document.write("    <td align='center'><a href='http://hz.pugong.net'>惠州</a></td>");
document.write("  </tr>");


document.write("  <tr>");
document.write("   <td align='center'><a href='http://zs.pugong.net'>中山</a></td>");
document.write("    <td align='center'><a href='http://zhuhai.pugong.net'>珠海</a></td>");
document.write("    <td align='center'><a href='http://shantou.pugong.net'>汕头</a></td>");
document.write("    <td align='center'><a href='http://shanwei.pugong.net'>汕尾</a></td>");
document.write("    <td align='center'><a href='http://heyuan.pugong.net'>河源</a></td>");
document.write("  </tr>");

/*
document.write("  <tr>");
document.write("    <td align='center'><a href='xiamen.asp'>厦门</a></td>");
document.write("    <td align='center'><a href='fuzhou.asp'>福州</a></td>");
document.write("  </tr>");
*/

document.write("  <tr>");
document.write("    <td align='center'><a href='http://sh.pugong.net'>上海</a></td>");
document.write("    <td align='center'><a href='http://nj.pugong.net'>南京</a></td>");
document.write("    <td align='center'><a href='http://suzhou.pugong.net'>苏州</a></td>");
document.write("    <td align='center'><a href='http://hangzhou.pugong.net'>杭州</a></td>");
document.write("    <td align='center'><a href='http://nb.pugong.net'>宁波</a></td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td align='center'><a href='http://bj.pugong.net'>北京</a></td>");
document.write("    <td align='center'><a href='http://tj.pugong.net'>天津</a></td>");
document.write("    <td align='center'><a href='http://dl.pugong.net'>大连</a></td>");
document.write("    <td align='center'><a href='http://qd.pugong.net'>青岛</a></td>");
document.write("    <td align='center'><a href='http://ty.pugong.net'>太原</a></td>");
document.write("  </tr>");
document.write("</table>");
document.write("							</div>	");
document.write("					</div>");
document.write("</div>");
document.write("	");
document.write("<script>");
document.write("	function showChangeCity(){");
document.write("		document.getElementById(\"MoreCityWrapper\").style.display= \"block\";");
document.write("		if(navigator.appName==\"Microsoft Internet Explorer\"){");
document.write("			var pageOption=document.getElementsByTagName(\"select\");");
document.write("			for(var i=0;i<pageOption.length;i++){");
document.write("				pageOption[i].style.visibility = \"hidden\";");
document.write("			}");
document.write("		}");
document.write("	}");
document.write("	function hiddenChangeCity() {");
document.write("		if(navigator.appName==\"Microsoft Internet Explorer\"){");
document.write("			var pageOption=document.getElementsByTagName(\"select\");");
document.write("			for(var i=0;i<pageOption.length;i++){");
document.write("				pageOption[i].style.visibility = \"visible\";");
document.write("			}");
document.write("		}");
document.write("		document.getElementById(\"MoreCityWrapper\").style.display = \"none\";");
document.write("	}");
document.write("</script>");
document.write("					</div>");
document.write("				");
document.write("		</div>");
document.write("	</div>");
document.write("</div>");
