﻿
// * Power By ww.772.cn * //
// * Comm UserInterface *//
// * Code Begin here *//
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" width=\"775\" align=\"center\" bgcolor=\"#ffffff\" border=\"0\">");
document.writeln("  <tbody>");
document.writeln("    <tr>");
document.writeln("      <td height=\"4\"></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td><img height=\"14\" width=\"775\" alt=\"\" src=\"/Images/2008/bline.jpg\" /></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\"><a href=\"/wzsm.html\" target=\"_blank\">网站声明</a> | <a href=\"/bzdh.html\" target=\"_blank\">网站地图</a> | <a href=\"/wzbz.html\" target=\"_blank\">网站帮助</a> | <a href=\"mailto:webmaster@yichun.gov.cn\" target=\"_blank\">联系我们</a></td>");
document.writeln("    </tr>");
document.writeln("    <tr>");
document.writeln("      <td align=\"center\" height=\"80\"><table cellspacing=\"0\" cellpadding=\"0\" width=\"700\" border=\"0\">");
document.writeln("        <tbody>");
document.writeln("          <tr>");
document.writeln("            <td align=\"center\" width=\"65\" rowspan=\"2\">&nbsp;</td>");
document.writeln("            <td align=\"center\" colspan=\"3\" height=\"27\">主办：宜春市人民政府 承办：宜春市人民政府办公室</td>");
document.writeln("            <td align=\"center\" width=\"70\" rowspan=\"2\"><a href=\"http://www.ycnet110.net/wlbj.asp\"><img height=\"60\" width=\"60\" border=\"0\" alt=\"\" src=\"/Images/2008/nc-gt-s.gif\" /></a></td>");
document.writeln("          </tr>");
document.writeln("          <tr>");
document.writeln("            <td align=\"center\" width=\"389\" height=\"43\">技术支持：宜春市信息化工作办公室　版权所有：中国宜春政府网</td>");
document.writeln("            <td align=\"center\" width=\"30\"><img height=\"20\" width=\"19\" alt=\"\" src=\"/Images/2008/ba.jpg\" /></td>");
document.writeln("            <td width=\"146\">赣ICP备06000141号</td>");
document.writeln("          </tr>");
document.writeln("        </tbody>");
document.writeln("      </table></td>");
document.writeln("    </tr>");
document.writeln("  </tbody>");
document.writeln("</table>");
document.writeln("");
//公共调用JS//
//2006-11-08 By卢鲁平//
function fontZoom(size) {
	var el = document.getElementById('_NewsContent');
	el.style.fontSize = size+'px';
	for (i=0; i<el.childNodes.length; i++)
	{
		el.childNodes[i].style.fontSize = size+'px';
	}
}
//AI STAT//
//2008-07-08 By卢鲁平//
function AIStat(){
	var oRank=$("Rank");
	if(oRank){
		var ajaxStat=new AJAXRequest();
		ajaxStat.get("/AsynStat.asp?SID=" + oRank.sid + "&CID=" + oRank.cid + "&NID=" + oRank.nid + "&dtc=" + new Date().getTime(),
			function(obj) {
				var Content=obj.responseText;
				try{
					oRank.innerText=Content;
				}
				catch(e){oRank.innerText="Error:" + e.description + ".";}
			}
		);
	}
}
AIStat();
function viewState(){
	var o=event.srcElement;
	if(o.id){
	o.innerText="Loading...";
	var oScript=document.getElementById("stateScript");
	if(!oScript){
	oScript=document.createElement("<script defer=\"defer\" id=\"stateScript\"></script>");
	document.appendChild(oScript);
	}
	oScript.src="/AsynViewState.asp?vType=" + o.id + "&ID=" + sFile;
	o.detachEvent("onclick",viewState);
	o.className="";
	}
}
// * Code End here *//
