﻿// * Power By ww.772.cn * //
// * Comm UserInterface *//
// * Code Begin here *//
document.writeln("<div class=\"clear\"></div>");
document.writeln("<table width=\"1002\" height=\"123\" border=\"0\" align=\"center\" cellpadding=\"4\" cellspacing=\"0\" background=\"/images/BOTTOM_BG.jpg\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"22\"></td>");
document.writeln("    <td></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td width=\"200\">&nbsp;</td>");
document.writeln("    <td height=\"80\" valign=\"top\" class=\"white\"><a href=\"#\" onClick=\"javascript:window.external.addFavorite('http://www.ycfgw.gov.cn','宜春市发改委');\" title=\"收藏本站\">收藏本站</a> | <a href=\"#\" onClick=\"this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.ycfgw.gov.cn');\" title=\"把本站设为首页\">设为首页</a> | <a href=\"#\" id=\"__STConv\">简体中文</a> | <a href=\"http://cms.yichun.gov.cn/CMS-Admin/Login.html?ReLogin\" title=\"内部工作信箱\">工作信箱</a><br />Copyright © 2009 Yichun Municipal Development &amp; Reform Commission.<br />");
document.writeln("      宜春市发展和改革委员会  版权所有 地址：宜春市市政大楼2楼东侧 Email：<a title=\"给我们写信\" href=\"mailto:newspring@jxyc.gov.cn\">newspring@jxyc.gov.cn</a> <br />");
document.writeln("    联系电话：0795-3272741 赣ICP备05000636号 技术支持：<a href=\"http://www.jxtl.net\" title=\"优秀软件开发和网站设计商，值得信赖\">宜春同力科技发展有限公司</a></td>");
document.writeln("  </tr>");
document.writeln("  <tr>");
document.writeln("    <td></td>");
document.writeln("    <td></td>");
document.writeln("  </tr>");
document.writeln("</table>");
//公共调用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 *//
