document.writeln("<table id=\"tblCompanyInfo\">");
document.writeln("    <tr>");
document.writeln("        <td id=\"TdLogo\">");
document.writeln("            <img src=\"http:\/\/www.consultingweb.com.cn\/images\/logo.gif\" \/><\/td>");
document.writeln("        <td id=\"TdCompanyName\">");
document.writeln("            <img src=\"http:\/\/www.consultingweb.com.cn\/images\/companyname.gif\" \/><\/td>");
document.writeln("        <td id=\"TdWebProject\">");
document.writeln("        <\/td>");
document.writeln("    <\/tr>");
document.writeln("<\/table>");
document.writeln("<table id=\"tblNav\">");
document.writeln("    <tr>");
document.writeln("        <td id=\"TdNavTimer\">");
document.writeln("");
document.writeln("            <script language=\"javascript\">");
document.writeln("<!--");
document.writeln("function Year_Month(){ ");
document.writeln("    var now = new Date(); ");
document.writeln("    var yy = now.getYear(); ");
document.writeln("    var mm = now.getMonth();");
document.writeln("    var mmm = new Array(12);");
document.writeln("    mmm[0]=\"1月\";");
document.writeln("    mmm[1]=\"2月\";");
document.writeln("    mmm[2]=\"3月\";");
document.writeln("    mmm[3]=\"4月\";");
document.writeln("    mmm[4]=\"5月\";");
document.writeln("    mmm[5]=\"6月\";");
document.writeln("    mmm[6]=\"7月\";");
document.writeln("    mmm[7]=\"8月\";");
document.writeln("    mmm[8]=\"9月\";");
document.writeln("    mmm[9]=\"10月\";");
document.writeln("    mmm[10]=\"11月\";");
document.writeln("    mmm[11]=\"12月\";");
document.writeln("    mm=mmm[mm];");
document.writeln("    return(mm );");
document.writeln("}");
document.writeln("function thisYear(){ ");
document.writeln("    var now = new Date(); ");
document.writeln("    var yy = now.getYear(); ");
document.writeln("    return(yy + \"年\");");
document.writeln("}");
document.writeln("function Date_of_Today(){ ");
document.writeln("    var now = new Date(); ");
document.writeln("    return(now.getDate() + \"日\");");
document.writeln("}");
document.writeln("function getWeek(){");
document.writeln("    var now = new Date();");
document.writeln("    var iweek = now.getDay();");
document.writeln("    var week = new Array();");
document.writeln("    week[0] = \"星期日\";");
document.writeln("    week[1] = \"星期一\";");
document.writeln("    week[2] = \"星期二\";");
document.writeln("    week[3] = \"星期三\";");
document.writeln("    week[4] = \"星期四\";");
document.writeln("    week[5] = \"星期五\";");
document.writeln("    week[6] = \"星期六\";");
document.writeln("    return week[iweek];");
document.writeln("}");
document.writeln("function CurentTime(){ ");
document.writeln("    var now = new Date(); ");
document.writeln("    var hh = now.getHours(); ");
document.writeln("    var mm = now.getMinutes(); ");
document.writeln("    var ss = now.getTime() % 60000; ");
document.writeln("    ss = (ss - (ss % 1000)) \/ 1000; ");
document.writeln("    var clock = hh+\":\"; ");
document.writeln("    if (mm < 10) clock += \"0\"; ");
document.writeln("    clock += mm+\":\"; ");
document.writeln("    if (ss < 10) clock += \"0\"; ");
document.writeln("    clock += ss; ");
document.writeln("    return(clock);");
document.writeln("} ");
document.writeln("function refreshCalendarClock(){ ");
document.writeln("    document.all.calendarClock5.innerHTML = \"&nbsp;\" + getWeek() + \"&nbsp;\";");
document.writeln("    document.all.calendarClock2.innerHTML = Year_Month(); ");
document.writeln("    document.all.calendarClock3.innerHTML = Date_of_Today(); ");
document.writeln("    document.all.calendarClock1.innerHTML = thisYear(); ");
document.writeln("    document.all.calendarClock4.innerHTML = CurentTime();");
document.writeln("}");
document.writeln("document.write(\"<font id='calendarClock1'> <\/font>\");");
document.writeln("document.write(\"<font id='calendarClock2'> <\/font>\");");
document.writeln("document.write(\"<font id='calendarClock3'> <\/font>\");");
document.writeln("document.write(\"<font id='calendarClock5'> <\/font>\");");
document.writeln("document.write(\"<font id='calendarClock4'> <\/font>\");");
document.writeln("setInterval(\"refreshCalendarClock()\",1000);");
document.writeln("\/\/-->");
document.writeln("            <\/script>");
document.writeln("");
document.writeln("        <\/td>");
document.writeln("        <td class=\"TdNavSub\">");
document.writeln("            <a href=\"http:\/\/www.consultingweb.com.cn\/\" class=\"Nav\">首 &nbsp;&nbsp;页<\/a><\/td>");
document.writeln("        <td class=\"TdNavSub\">");
document.writeln("            <a href=\"http:\/\/www.consultingweb.com.cn\/company\/intro.html\" class=\"Nav\">公司概况<\/a><\/td>");
document.writeln("        <td class=\"TdNavSub\">");
document.writeln("            <a href=\"http:\/\/www.consultingweb.com.cn\/operation\/iso9000.html\" class=\"Nav\">业务范围<\/a><\/td>");
document.writeln("        <td class=\"TdNavSub\">");
document.writeln("            <a href=\"http:\/\/www.consultingweb.com.cn\/books\/\" class=\"Nav\">著作发表<\/a><\/td>");
document.writeln("        <td class=\"TdNavSub\">");
document.writeln("            <a href=\"http:\/\/www.consultingweb.com.cn\/clientservice\/\" class=\"Nav\">客服中心<\/a><\/td>");
document.writeln("        <td class=\"TdNavSub\">");
document.writeln("            <a href=\"http:\/\/www.consultingweb.com.cn\/cooperate\/\" class=\"Nav\"><span style=\"color: red;\">诚邀合作<\/span><\/a><\/td>");
document.writeln("        <td class=\"TdNavSub\">");
document.writeln("            <a href=\"http:\/\/www.consultingweb.com.cn\/job\/\" class=\"Nav\">诚聘英才<\/a><\/td>");
document.writeln("        <td class=\"TdNavSub\">");
document.writeln("            <a href=\"http:\/\/www.consultingweb.com.cn\/contact\/\" class=\"Nav\">联系我们<\/a><\/td>");
document.writeln("    <\/tr>");
document.writeln("<\/table>");
document.writeln("<table id=\"tblBanner\">");
document.writeln("    <tr>");
document.writeln("        <td class=\"TdBlank\">");
document.writeln("            <object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\"");
document.writeln("                width=\"780\" height=\"105\">");
document.writeln("                <param name=\"movie\" value=\"http:\/\/www.consultingweb.com.cn\/\/flash\/banner.swf\">");
document.writeln("                <param name=\"quality\" value=\"high\">");
document.writeln("            <\/object>");
document.writeln("        <\/td>");
document.writeln("    <\/tr>");
document.writeln("<\/table>");