//******javascript

//******ShowDate()

 function ShowDate(){
 var today=new Date();
 var day="";
 
     if (today.getDay()==1) day="星期一";;
     if (today.getDay()==2) day="星期二";;
     if (today.getDay()==3) day="星期三";;
     if (today.getDay()==4) day="星期四";;
     if (today.getDay()==5) day="星期五";;
     if (today.getDay()==6) day="星期六";;
     if (today.getDay()==7) day="星期日";;
     document.write(today.getYear()+"年"+(today.getMonth()+1)+"月"+today.getDate()+"日");
}  
//******网站标识


function ShowNav(n){

var fontcolor="#ff0000";

with(document){

//**标题

        write("<center>");
        write("<table width='760' height='72' bgcolor='#cc0000' border='0'  cellspacing='0' cellpadding='0'  >");
        write("  <tr>");
	write("    <td align='center' valign='bottom' >");
        write("      <table width='756' height='70' border='0' cellspacing='0' cellpadding='0' bgcolor='ffffff'>");
	write("          <tr>");
//	write("             <td height='70' width='145' align=center background='/images/graybg.gif'> <img src='/images/banner3.gif'  ></td>");
//	write("             <td height='70' width='50' align='center' valign='bottom' background='/images/mask2.gif'> </td>"); 
        write("             <td height='70' width='756' bgcolor='#cc0000' align='center' valign='bottom'> <img  src='/images/spam_logo.jpg'></td>");
//      write("             <td height='70' width='210' align='center' valign='bottom' bgcolor='cc0000'> <img src='/images/tian_an_men.gif' ></td>");
        write("           </tr>");
	write("      </table>");
	write("    </td>");
	write("  </tr>");
	write("</table>");
        
        
 	
 	 
//**导航条
        
        write("<table width='760' height='25' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("	  <tr>");
	write("	     <td align='center'>");
	write("		<table width='756' height='25' background='/images/line.gif' border='0' cellspacing='0' cellpadding='0' >");
        write("		   <tr>");
        write("			<td width=20></td>");
        write("		    	<td width='75'  valign='middle' align=center><a class='top-nav' href='/index.htm' style='text-decoration:none;color:#000000;font-size:9pt; LINE-HEIGHT:180%'> CCERT首页&nbsp;|</a></td>");
	write("			<td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/cast/cast.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%'>&nbsp;关于CAST&nbsp;| </a></td>");
write("                 <td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/sa/Chinese_rules.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%'>&nbsp;中文SA&nbsp; |</a></td>");
        write("			<td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/faq/index.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%'>&nbsp;常见问题&nbsp; |</a></td>");
        write("			<td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/knowledge/knowledge.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%'>&nbsp;邮件知识&nbsp; |</a></td>");
        write("		        <td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/solutions/index.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%;LINE-HEIGHT:180%'>&nbsp;解决方案&nbsp; | </a></td>");
        write("			<td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/report/report.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%;LINE-HEIGHT:180%'>&nbsp;论文报告&nbsp;| </a></td>");
        write("			<td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/bulletin/index.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%'>&nbsp;事件公告&nbsp; |</a></td>");
       write("	<td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/tools/tools.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%'>&nbsp;测试工具&nbsp;|</a></td>");
//write("  <td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/mail_analyze/spam.html' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%'>&nbsp;信头分析&nbsp;|</a></td>");
        write("			<td width='75'  valign='middle' align=center><a class='top-nav' href='/spam/links/links.htm' style='text-decoration:none;color:#000000;font-size:9pt;LINE-HEIGHT:180%'>&nbsp;相关链接&nbsp;</a></td>");
        write("			<td width=20></td>");
        write("		   </tr>");
        write("            <tr><td colspan=13 height=1 bgcolor=990000></td></tr>");
        write("		 </table>");
        write("	     </td>");
        write("	  </tr>");
        write("</table>");
        write("</center>");
	   
	   
//**底部链接
        write("<table width='760' height='24' align='center' border='0' cellspacing='0' cellpadding='0' bgcolor='cc0000'>");
        write("	   <tr>");
        write("        <td align='center'>");
        write("            <table width='756' height='24' border='0' cellspacing='0' cellpadding='0' bgcolor='ffffff'>");
        write("                <tr>");                          
        write("                    <td width='180' align='left' valign='center' background='/images/graybg.gif'>");
        write("                      &nbsp;&nbsp;-<a href=/index.htm>首页</a></td>");
        write("                    <td width='20' background='/images/line4.gif'></td>");
        write("			   <td align='right' valign='center'> English &nbsp;&nbsp;&nbsp;&nbsp; </td>");
	write("			</tr>");
	write("             </table>");
	write("         </td>");
        write("	   </tr>");
        write("</table>");	   
	   
	   
	   
	   
	   
	   
	   
	   
}

}

//=============================================================================================================

