var enabled = 0;
   var today = new Date();
   var day; 
   var date;
   var date1;
   var date2;	
   if(today.getDay()==0)     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 = "星期六"

   var now = new Date();
   var hours = now.getHours();
   var minutes = now.getMinutes();
   var seconds = now.getSeconds();
document.writeln("<table width=\"1000\" height=\"90\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" background=\"images\/header_bg.gif\">");
document.writeln("  <tr> ");
document.writeln("    <td><table width=\"100%\" height=\"90\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr> ");
document.writeln("          <td width=\"20\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=6,0,29,0\" width=\"1000\" height=\"96\">");
document.writeln("              <param name=\"movie\" value=\"\/images\/top.swf\">");
document.writeln("              <param name=\"quality\" value=\"high\">");
document.writeln("              <embed src=\"\/images\/top.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"1000\" height=\"96\"><\/embed><\/object><\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<table width=\"1000\" height=\"34\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" background=\"\/images\/index_r4_c1.jpg\">");
document.writeln("  <tr> ");
document.writeln("    <td width=\"20\"><table width=\"1000\" height=\"34\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"\/images\/index_r4_c1.jpg\">");
document.writeln("        <tr> ");
document.writeln("          <td width=\"10\">&nbsp;<\/td>");
document.writeln("          <td width=\"316\" class=\"textbai\">欢迎来到大浪成校！ 今天是");
document.write (today.getYear()+'年'+(today.getMonth() + 1)+'月'+today.getDate()+'日 '+' '+day);
document.writeln("<\/td>");
document.writeln("          <td width=\"22\"><div align=\"right\"><img src=\"\/images\/index_r4_c14.jpg\" width=\"21\" height=\"34\"><\/div><\/td>");
document.writeln("          <td width=\"652\" background=\"\/images\/index_r4_c16.jpg\"><div align=\"right\"> ");
document.writeln("              <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("                <tr> ");
document.writeln("                  <td><a href=\"\/index.html\">首　页<\/a> | <a href=\"\/about-situation.html\">学校概况<\/a> | <a href=\"\/scenery.html\">校园风貌<\/a> ");
document.writeln("                    | <a href=\"\/campus_1.html\">校园新闻<\/a> | <a href=\"\/subject.html\">专业介绍<\/a> ");
document.writeln("                    | <a href=\"\/enroll_1.html\">招生动态<\/a> | <a href=\"\/communityEducation.html\">社区教育<\/a> ");
document.writeln("                    | <a href=\"\/register.html\">在线报名<\/a> ");
document.writeln("                    | <a href=\"\/bbs\/index.asp\">校园论坛<\/a><\/td>");
document.writeln("                <\/tr>");
document.writeln("              <\/table>");
document.writeln("            <\/div><\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");
document.writeln("<table width=\"1000\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr> ");
document.writeln("    <td height=\"8\"><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");