// JavaScript Document
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=gb2312\">");
document.writeln("<link rel=\"stylesheet\" href=\"http:\/\/www.jcrb.com\/n1\/images\/0603css.css\" type=\"text\/css\">");
document.writeln("<table width=\"778\" border=\"0\" cellspacing=\"5\" cellpadding=\"0\" align=\"center\">");
document.writeln("  <tr> ");
document.writeln("    <td align=\"center\" width=\"63\" valign=\"bottom\"> ");
document.writeln("      <div align=\"right\"><img src=\"http:\/\/www.jcrb.com\/n1\/images\/jcrb.gif\" height=\"70\" width=\"63\"><\/div>");
document.writeln("    <\/td>");
document.writeln("    <td width=\"178\" align=\"center\"><img src=\"http:\/\/www.jcrb.com\/n1\/images\/jcrbbt1.gif\" width=\"178\" height=\"75\"><\/td>");
document.writeln("    <td width=\"75\" valign=\"middle\" align=\"center\"> ");
document.writeln("      <table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"#CCCCCC\" width=\"75\" height=\"75\">");
document.writeln("        <tr> ");
document.writeln("          <td bgcolor=\"#FFFFFF\" align=\"center\"> ");
document.writeln("            <script language=\"JavaScript\">");
document.writeln("<!--");
document.writeln("var bsYear;  ");
document.writeln("var bsDate;  ");
document.writeln("var bsWeek;  ");
document.writeln("var arrLen=8;	\/\/数组长度");
document.writeln("var sValue=0;	\/\/当年的秒数");
document.writeln("var dayiy=0;	\/\/当年第几天");
document.writeln("var miy=0;	\/\/月份的下标");
document.writeln("var iyear=0;	\/\/年份标记");
document.writeln("var dayim=0;	\/\/当月第几天");
document.writeln("var spd=86400;	\/\/每天的秒数");
document.writeln("");
document.writeln("var year1999=\"30;29;29;30;29;29;30;29;30;30;30;29\";	\/\/354");
document.writeln("var year2000=\"30;30;29;29;30;29;29;30;29;30;30;29\";	\/\/354");
document.writeln("var year2001=\"30;30;29;30;29;30;29;29;30;29;30;29;30\";	\/\/384");
document.writeln("var year2002=\"30;30;29;30;29;30;29;29;30;29;30;29\";	\/\/354");
document.writeln("var year2003=\"30;30;29;30;30;29;30;29;29;30;29;30\";	\/\/355");
document.writeln("var year2004=\"29;30;29;30;30;29;30;29;30;29;30;29;30\";	\/\/384");
document.writeln("var year2005=\"29;30;29;30;29;30;30;29;30;29;30;29\";	\/\/354");
document.writeln("var year2006=\"30;29;30;29;30;30;29;29;30;30;29;29;30\";");
document.writeln("");
document.writeln("var month1999=\"正月;二月;三月;四月;五月;六月;七月;八月;九月;十月;十一月;十二月\"");
document.writeln("var month2001=\"正月;二月;三月;四月;闰四月;五月;六月;七月;八月;九月;十月;十一月;十二月\"");
document.writeln("var month2004=\"正月;二月;闰二月;三月;四月;五月;六月;七月;八月;九月;十月;十一月;十二月\"");
document.writeln("var month2006=\"正月;二月;三月;四月;五月;六月;七月;闰七月;八月;九月;十月;十一月;十二月\"");
document.writeln("var Dn=\"初一;初二;初三;初四;初五;初六;初七;初八;初九;初十;十一;十二;十三;十四;十五;十六;十七;十八;十九;二十;廿一;廿二;廿三;廿四;廿五;廿六;廿七;廿八;廿九;三十\";");
document.writeln("");
document.writeln("var Ys=new Array(arrLen);");
document.writeln("Ys[0]=919094400;Ys[1]=949680000;Ys[2]=980265600;");
document.writeln("Ys[3]=1013443200;Ys[4]=1044028800;Ys[5]=1074700800;");
document.writeln("Ys[6]=1107878400;Ys[7]=1138464000;");
document.writeln("");
document.writeln("var Yn=new Array(arrLen);   \/\/农历年的名称");
document.writeln("Yn[0]=\"己卯年\";Yn[1]=\"庚辰年\";Yn[2]=\"辛巳年\";");
document.writeln("Yn[3]=\"壬午年\";Yn[4]=\"癸未年\";Yn[5]=\"甲申年\";");
document.writeln("Yn[6]=\"乙酉年\";Yn[7]=\"丙戌年\"; ");
document.writeln("var D=new Date();");
document.writeln("var yy=D.getYear();");
document.writeln("var mm=D.getMonth()+1;");
document.writeln("var dd=D.getDate();");
document.writeln("var ww=D.getDay();");
document.writeln("if (ww==0) ww=\"<font color=RED>星期日\";");
document.writeln("if (ww==1) ww=\"星期一\";");
document.writeln("if (ww==2) ww=\"星期二\";");
document.writeln("if (ww==3) ww=\"星期三\";");
document.writeln("if (ww==4) ww=\"星期四\";");
document.writeln("if (ww==5) ww=\"星期五\";");
document.writeln("if (ww==6) ww=\"<font color=RED>星期六\";");
document.writeln("ww=ww;");
document.writeln("var ss=parseInt(D.getTime() \/ 1000);");
document.writeln("if (yy<100) yy=\"19\"+yy;");
document.writeln("");
document.writeln("for (i=0;i<arrLen;i++)");
document.writeln("	if (ss>=Ys[i]){");
document.writeln("		iyear=i;");
document.writeln("		sValue=ss-Ys[i];    \/\/当年的秒数");
document.writeln("		}");
document.writeln("dayiy=parseInt(sValue\/spd)+1;    \/\/当年的天数");
document.writeln("");
document.writeln("var dpm=year1999;");
document.writeln("if (iyear==1) dpm=year2000;");
document.writeln("if (iyear==2) dpm=year2001;");
document.writeln("if (iyear==3) dpm=year2002;");
document.writeln("if (iyear==4) dpm=year2003;");
document.writeln("if (iyear==5) dpm=year2004;");
document.writeln("if (iyear==6) dpm=year2005;");
document.writeln("if (iyear==7) dpm=year2006;");
document.writeln("dpm=dpm.split(\";\");");
document.writeln("");
document.writeln("var Mn=month1999;");
document.writeln("if (iyear==2) Mn=month2001;");
document.writeln("if (iyear==5) Mn=month2004;");
document.writeln("if (iyear==7) Mn=month2006;");
document.writeln("Mn=Mn.split(\";\");");
document.writeln("");
document.writeln("var Dn=\"初一;初二;初三;初四;初五;初六;初七;初八;初九;初十;十一;十二;十三;十四;十五;十六;十七;十八;十九;二十;廿一;廿二;廿三;廿四;廿五;廿六;廿七;廿八;廿九;三十\";");
document.writeln("Dn=Dn.split(\";\");");
document.writeln("");
document.writeln("dayim=dayiy;");
document.writeln("");
document.writeln("var total=new Array(13);");
document.writeln("total[0]=parseInt(dpm[0]);");
document.writeln("for (i=1;i<dpm.length-1;i++) total[i]=parseInt(dpm[i])+total[i-1];");
document.writeln("for (i=dpm.length-1;i>0;i--)");
document.writeln("	if (dayim>total[i-1]){");
document.writeln("		dayim=dayim-total[i-1];");
document.writeln("		miy=i;");
document.writeln("		}");
document.writeln("bsWeek=ww;");
document.writeln("bsDate=yy+\"年\"+mm+\"月\";");
document.writeln("bsDate2=dd;");
document.writeln("bsYear=\"农历\"+Yn[iyear];");
document.writeln("bsYear2=Mn[miy]+Dn[dayim-1];");
document.writeln("if (ss>=Ys[7]||ss<Ys[0]) bsYear=Yn[7];");
document.writeln("function CAL(){");
document.writeln("document.write(\"<table cellspacing=\'0\' cellpadding=\'2\'\");");
document.writeln("document.write(\"<tr><td align=\'center\'><span class=b12>\"+bsDate+\"<\/span><span class=\'b12\'>\"+bsDate2+\"<\/span><br>\");");
document.writeln("document.write(bsWeek+\"<br><font color=#9B4E00>\");");
document.writeln("document.write(bsYear+\"<br>\"+bsYear2+\"<\/td><\/tr><\/table>\");");
document.writeln("}");
document.writeln("\/\/-->");
document.writeln("<\/script>");
document.writeln("            <script language=\"javascript\">CAL();<\/script>");
document.writeln("          <\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table>");
document.writeln("    <\/td>");
document.writeln("    <td align=\"center\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=5,0,0,0\" width=\"432\" height=\"65\">");
document.writeln("        <param name=movie value=\"http:\/\/www.jcrb.com\/n1\/images\/15dvd.swf\">");
document.writeln("        <param name=quality value=high>");
document.writeln("        <embed src=\"http:\/\/www.jcrb.com\/n1\/images\/15dvd.swf\" quality=high pluginspage=\"http:\/\/www.macromedia.com\/shockwave\/download\/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application\/x-shockwave-flash\" width=\"432\" height=\"65\">");
document.writeln("        <\/embed> ");
document.writeln("      <\/object><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
