﻿function MakeArray(n) {
this.length = n
return this
}
dayNames = new MakeArray(7);
dayNames[1] = "日";
dayNames[2] = "一";
dayNames[3] = "二";
dayNames[4] = "三";
dayNames[5] = "四";
dayNames[6] = "五";
dayNames[7] = "六";
function customDateString(oneDate) {
var theDay = dayNames[oneDate.getDay() + 1];
var theMonth = oneDate.getMonth() + 1;
var theYear = oneDate.getYear(); 
if  (theYear < 1900) { theYear = theYear + 1900};
var today = theYear + "年" + theMonth + "月" + oneDate.getDate() + "日 " + "星期" +  theDay;
return today;
}


function locationsearch()
{
	if (document.all.searchinput.value=="")
		{alert('请输入检索关键字!')}
	else
		{window.location.href="search.jsp?key="+document.all.searchinput.value;}
}







document.writeln("<table border=0 width=0  cellspacing=0 cellpadding=0 align=center><tr>");
document.writeln("<td background=/sj_images/left.gif width=17></td>");
document.writeln("<td valign=top height=142 width=847 background=/sj_images/top.png><embed src=/sj_images/a.swf wmode=transparent  width=847 height=142></td>");
document.writeln("<td background=/sj_images/right.gif width=17></td>");
document.writeln("</tr></table>");







document.writeln("<table border=0 width=0  cellspacing=0 cellpadding=0 align=center>");
document.writeln("<tr>");
document.writeln("<td background=/sj_images/left.gif width=17></td>");
document.writeln("<td valign=top width=847 background=/sj_images/location.gif>");
document.writeln("	<table border=0 width=847  cellspacing=0 cellpadding=0 align=center>");
document.writeln("	<tr align=center>");
document.writeln("	<td width=20></td>");
document.writeln("	<td width=70><a href=/ class=location>首页</a></td><td width=1><img src=/sj_images/location_mid.gif></td>");
document.writeln("	<td width=70><a href=/sjj_jgsz/ class=location>机构设置</a></td><td width=1><img src=/sj_images/location_mid.gif></td>");
document.writeln("	<td width=70><a href=/sjj_zgdt/ class=location>工作动态</a></td><td width=1><img src=/sj_images/location_mid.gif></td>");
document.writeln("	<td width=70><a href=/sjj_zcfg/ class=location>政策法规</a></td><td width=1><img src=/sj_images/location_mid.gif></td>");
document.writeln("	<td width=70><a href=/sjj_sjcs/ class=location>审计常识</a></td><td width=1><img src=/sj_images/location_mid.gif></td>");
document.writeln("	<td width=70><a href=/sjj_lzjs/ class=location>廉政建设</a></td><td width=1><img src=/sj_images/location_mid.gif></td>");
document.writeln("	<td width=70><a href=/sjj_sjky/ class=location>审计科研</a></td><td width=1><img src=/sj_images/location_mid.gif></td>");
document.writeln("	<td width=70><a href=/sjj_ywcz/ class=location>域外传真</a></td><td width=20></td>");
document.writeln("	<td width=''><span style=font-size:12PX;color:#F0FF00;><b>今天是" + customDateString(new Date()) + "</span></td>");
document.writeln("	</tr>");
document.writeln("	</table>");
document.writeln("<td background=/sj_images/right.gif width=17></td>");

document.writeln("</table>");










document.writeln("<table border=0 width=0 cellspacing=0 cellpadding=0 align=center>");
document.writeln("<tr>");
document.writeln("<td background=/sj_images/left.gif width=17></td>");

document.writeln("<td width=847 bgcolor=ffffff>")
      
      
