document.writeln("<font color=\"#336600\">您好,韦伯在线欢迎您!<br>现在是：");
document.writeln("                <SCRIPT language=javascript>");
document.writeln("");
document.writeln("<!--");
document.writeln("");
document.writeln("calendar = new Date();");
document.writeln("");
document.writeln("day = calendar.getDay();");
document.writeln("");
document.writeln("month = calendar.getMonth();");
document.writeln("");
document.writeln("date = calendar.getDate();");
document.writeln("");
document.writeln("year = calendar.getYear();");
document.writeln("");
document.writeln("if (year< 100) year = 1900 + year;");
document.writeln("");
document.writeln("cent = parseInt(year\/100);");
document.writeln("");
document.writeln("g = year % 19;");
document.writeln("");
document.writeln("k = parseInt((cent - 17)\/25);");
document.writeln("");
document.writeln("i = (cent - parseInt(cent\/4) - parseInt((cent - k)\/3) + 19*g + 15) % 30;");
document.writeln("");
document.writeln("i = i - parseInt(i\/28)*(1 - parseInt(i\/28)*parseInt(29\/(i+1))*parseInt((21-g)\/11));");
document.writeln("");
document.writeln("　");
document.writeln("");
document.writeln("　");
document.writeln("");
document.writeln("j = (year + parseInt(year\/4) + i + 2 - cent + parseInt(cent\/4)) % 7;");
document.writeln("");
document.writeln("　");
document.writeln("");
document.writeln("　");
document.writeln("");
document.writeln("l = i - j;");
document.writeln("");
document.writeln("emonth = 3 + parseInt((l + 40)\/44);");
document.writeln("");
document.writeln("edate = l + 28 - 31*parseInt((emonth\/4));");
document.writeln("");
document.writeln("emonth--;");
document.writeln("");
document.writeln("var dayname = new Array (\"星期日\", \"星期一\", \"星期二\", \"星期三\", \"星期四\", \"星期五\", \"星期六\");");
document.writeln("");
document.writeln("var monthname =");
document.writeln("");
document.writeln("new Array (\"1月\",\"2月\",\"3月\",\"4月\",\"5月\",\"6月\",\"7月\",\"8月\",\"9月\",\"10月\",\"11月\",\"12月\" );");
document.writeln("");
document.writeln("document.write(\"<font color=FF0000>\"+year +\"年\");");
document.writeln("");
document.writeln("document.write(monthname[month]);");
document.writeln("");
document.writeln("document.write(date + \"日\");");
document.writeln("");
document.writeln("document.write(dayname[day]+\" \"+\"<\/font>\");");
document.writeln("");
document.writeln("\/\/ January(1月份节日，以下同。)");
document.writeln("");
document.writeln("if ((month == 0) && (date == 1)) document.write(\"元旦节快乐\");");
document.writeln("");
document.writeln("if ((month == 0) && (date == 29)) document.write(\"春节快乐！今天是大年三十！\");");
document.writeln("");
document.writeln("if ((month == 0) && (date == 30)) document.write(\"春节快乐！今天是正月初一！\");");
document.writeln("");
document.writeln("if ((month == 0) && (date == 31)) document.write(\"春节快乐！今天是正月初二！\");");
document.writeln("");
document.writeln("if ((month == 1) && (date == 1)) document.write(\"春节快乐！今天是正月初三！\");");
document.writeln("");
document.writeln("if ((month == 4) && (date == 1)) document.write(\"劳动节\");");
document.writeln("");
document.writeln("if ((month == 4) && (date == 4)) document.write(\"青年节\");");
document.writeln("");
document.writeln("if ((month == 5) && (date == 1)) document.write(\"国际儿童节\");");
document.writeln("");
document.writeln("if ((month == 9) && (date == 1)) document.write(\"国庆节快乐\");");
document.writeln("");
document.writeln("if ((month == 11) && (date == 25)) document.write(\"祝大家圣诞节快乐\");");
document.writeln("");
document.writeln("document.write(\"&nbsp;\");");
document.writeln("");
document.writeln("document.write(\"<font color=FF0000>     \");");
document.writeln("");
document.writeln("document.write(\"<br><\/font>\");");
document.writeln("");
document.writeln("\/\/-->");
document.writeln("");
document.writeln("                <\/SCRIPT><\/font>");