document.writeln("<table width=\"984\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"160\" align=\"center\" valign=\"bottom\" background=\"\/image\/top.jpg\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\" width=\"460\" height=\"52\">");
document.writeln("        <param name=\"movie\" value=\"\/image\/wz.swf\" \/>");
document.writeln("        <param name=\"quality\" value=\"high\" \/>");
document.writeln("        <param name=\"wmode\" value=\"transparent\" \/>");
document.writeln("        <embed src=\"\/image\/wz.swf\" width=\"460\" height=\"52\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" wmode=\"transparent\"><\/embed>");
document.writeln("    <\/object><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td height=\"30\" valign=\"top\" background=\"\/image\/03.gif\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td height=\"30\" valign=\"top\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("          <tr>");
document.writeln("            <td valign=\"top\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("              <tr>");
document.writeln("                <td height=\"9\"><\/td>");
document.writeln("              <\/tr>");
document.writeln("              <tr>");
document.writeln("                <td><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln(" 					<tr>");
document.writeln("                    <td width=\"71\" height=\"20\" class=\"zheichu\"> 　 <a href=\"\/index.html\" class=\"dhlink\">首 页<\/a><\/td>");
document.writeln("                    <td width=\"1\">|<\/td>");
document.writeln("                    <td width=\"93\" align=\"center\" class=\"zheichu\"><a href=\"\/second_content.jsp?channelId=26\" class=\"dhlink\">国资要闻<\/a><\/td>");
document.writeln("                    <td width=\"1\">|<\/td>");
document.writeln("                    <td width=\"93\" align=\"center\" class=\"zheichu\"><a href=\"\/second_content.jsp?channelId=48\" class=\"dhlink\">政策法规<\/a><\/td>");
document.writeln("                    <td width=\"1\">|<\/td>");
//document.writeln("                    <td width=\"83\" align=\"center\" class=\"zheichu\"><a href=\"\/second_content.jsp?channelId=44\">领导讲话<\/a><\/td>");
//document.writeln("                    <td width=\"1\">|<\/td>");
//document.writeln("                    <td width=\"83\" align=\"center\" class=\"zheichu\"><a href=\"\/second_content.jsp?channelId=68\" class=\"dhlink\">工作动态<\/a><\/td>");
//document.writeln("                    <td width=\"1\">|<\/td>");
document.writeln("                    <td width=\"93\" align=\"center\" class=\"zheichu\"><a href=\"\/second_content.jsp?channelId=71\" class=\"dhlink\">国企动态<\/a><\/td>");
document.writeln("                    <td width=\"1\">|<\/td>");
document.writeln("                    <td width=\"93\" align=\"center\" class=\"zheichu\"><a href=\"\/second_content.jsp?channelId=72\" class=\"dhlink\">地方国资<\/a><\/td>");
document.writeln("                    <td width=\"1\">|<\/td>");
//document.writeln("                    <td width=\"83\" align=\"center\" class=\"zheichu\"><a href=\"second_content.jsp?channelId=70\" class=\"dhlink\">国资研究<\/a><\/td>");
//document.writeln("					<td width=\"1\">|<\/td>");
document.writeln("                    <td width=\"93\" align=\"center\" class=\"zheichu\"><a href=\"second_content.jsp?channelId=42\"  class=\"dhlink\">下载园地<\/a><\/td><td width=\"1\">|<\/td>");
document.writeln("					<td width=\"100\"><\/td>");
document.writeln("                    <td width=\"150\" align=\"center\" ><div id=\"myDiv\" name=\"myDiv\"><\/div><\/td>");
document.writeln("                    <td width=\"140\" align=\"center\" class=\"zheichu\"><iframe src=\"http:\/\/m.weather.com.cn\/m\/pn7\/weather.htm?id=101180101T \" width=\"130\" height=\"20\" marginwidth=\"0\" marginheight=\"0\" hspace=\"0\" vspace=\"0\" frameborder=\"0\" scrolling=\"no\" allowtransparency=\"true\"><\/iframe><\/td>");
document.writeln(" 					<\/tr>");
document.writeln("                <\/table><\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table><\/td>");
document.writeln("            <\/tr>");
document.writeln("        <\/table><\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td height=\"6\" valign=\"top\"><img src=\"\/image\/064.gif\" width=\"984\" height=\"6\" \/><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("");
document.writeln("<script type=\"text\/javascript\"> ");
document.writeln("var obj; \/\/建立全局变量 ");
document.writeln("function getTime() ");
document.writeln("{ ");
document.writeln("obj=document.getElementById(\"myDiv\"); \/\/得到容器对象 ");
document.writeln("var myDate=new Date(); \/\/得到时间对象 ");

document.writeln("");
document.writeln("var y=myDate.getYear(); \/\/获取年 ");
document.writeln("var m=myDate.getMonth()+1; \/\/获取月 ");
document.writeln("");
document.writeln("m=m>9?m:\"0\"+m; \/\/如果月份小于10,则在前面加0补充为两位数字 ");
document.writeln("");
document.writeln("var d=myDate.getDate(); \/\/获取日 ");
document.writeln("");
document.writeln("d=d>9?d:\"0\"+d; \/\/如果天数小于10,则在前面加0补充为两位数字 ");
document.writeln("");
document.writeln("var h=myDate.getHours(); \/\/获取小时 ");
document.writeln("");
document.writeln("h=h>9?h:\"0\"+h; \/\/如果小时数字小于10,则在前面加0补充为两位数字 ");
document.writeln("");
document.writeln("var M=myDate.getMinutes(); \/\/获取分 ");
document.writeln("");
document.writeln("M=M>9?M:\"0\"+M; \/\/如果分钟小于10,则在前面加0补充为两位数字 ");
document.writeln("");
document.writeln("var s=myDate.getSeconds(); \/\/获取秒 ");
document.writeln("");
document.writeln("s=s>9?s:\"0\"+s; \/\/如果秒数小于10,则在前面加0补充为两位数字 ");
document.writeln("");
document.writeln("");
document.writeln("var NowTime=y+\"年\"+m+\"月\"+d+\"日\"+\" \"+h+\":\"+M+\":\"+s; \/\/串联字符串用于输入 ");
document.writeln("obj.innerHTML=NowTime;\/\/ 在文本框中输入时间 ");
document.writeln("window.setTimeout(\"getTime()\",1000); \/\/每隔1秒自动变换时间 ");
document.writeln("}");
document.writeln("getTime() ; ");
document.writeln("<\/script>")
