﻿
// * Power By ww.772.cn * //
// * Comm UserInterface *//
// * Code Begin here *//
document.writeln("<table width=\"998\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" id=\"__36\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"148\" height=\"95\" bgcolor=\"#FFFFFF\"></td>");
document.writeln("    <td width=\"610\" height=\"95\" bgcolor=\"#FFFFFF\"><table  width=\"100%\" height=\"73\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td id=\"fontxiao\" align=\"center\"><a href=\"#\" class=\"xiao\">网站声明</a>|<a href=\"#\" class=\"xiao\">网站帮助</a>|<a href=\"mailto:ycrdwz@163.com\" class=\"xiao\">联系我们</a></td>");
document.writeln("      </tr>");
document.writeln("      ");
document.writeln("      <tr>");
document.writeln("        <td id=\"fontxiao\" align=\"center\">主办：宜春市人大常委会&nbsp;&nbsp;&nbsp;&nbsp;承办：宜春市人大常委会办公室</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td id=\"fontxiao\" align=\"center\">技术支持：宜春市信息化工作办公室&nbsp;&nbsp;&nbsp;版权所有：宜春市人大信息网&nbsp;</td>");
document.writeln("      </tr>");
document.writeln("      <tr>");
document.writeln("        <td id=\"fontxiao\" align=\"center\">联系电话（传真）：0795-3229108 　赣ICP备09013508号</td>");
document.writeln("");
document.writeln("");
document.writeln("      </tr>");
document.writeln("    </table></td>");
document.writeln("    <td width=\"73\" height=\"95\" bgcolor=\"#FFFFFF\"><a href=\"#\"><img src=\"/images/jshu_03.jpg\" width=\"73\" height=\"66\" border=\"0\" /></a></td>");
document.writeln("    <td width=\"167\" height=\"95\" bgcolor=\"#FFFFFF\" ></td>");
document.writeln("  </tr>");
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 *//
