﻿
// * Power By ww.772.cn * //
// * Comm UserInterface *//
// * Code Begin here *//
document.writeln("<table width=\"1000\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#FFFFFF\">");
document.writeln("   ");
document.writeln("   <tr>");
document.writeln("     <td><table id=\"__6\" width=\"1002\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("       <tr>");
document.writeln("         <td width=\"9\" background=\"/Images/bot_02.jpg\"><img src=\"/Images/bot_01.jpg\" alt=\"\" name=\"bot_01\" width=\"6\" height=\"26\" id=\"bot_01\" /></td>");
document.writeln("         <td width=\"984\" align=\"center\" background=\"/Images/bot_02.jpg\">设为首页　|　 加入收藏　|　网站导航 |　使用帮助 |　常见问题　|　隐私声明　|　联系我们 </td>");
document.writeln("         <td width=\"10\"><img src=\"/Images/bot_03.jpg\" alt=\"\" name=\"bot_03\" width=\"9\" height=\"26\" id=\"bot_03\" /></td>");
document.writeln("       </tr>");
document.writeln("     </table></td>");
document.writeln("   </tr>");
document.writeln("   <tr>");
document.writeln("     <td height=\"3\"></td>");
document.writeln("   </tr>");
document.writeln("   <tr>");
document.writeln("     <td height=\"80\" align=\"center\" bgcolor=\"#F9F9F8\">主办：上高县人民政府 承办：上高县信息中心 <br />");
document.writeln("电话：(0795)2511256 传真：(0795)2517517 <br />");
document.writeln("上高县人民政府 版权所有 赣ICP备11003641号-1 技术支持：宜春市政务信息化工作办公室</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 *//

