document.writeln("<head>");
document.writeln("<meta http-equiv=\"Content-Type\" content=\"text\/html; charset=gb2312\" \/>");

document.writeln("<link href=\"\/style.css\" rel=\"stylesheet\" type=\"text\/css\" \/>");
document.writeln("");
document.writeln("<\/head>");
document.writeln("");
document.writeln("<body>");
document.writeln("<div id=\"index\">");
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td>");
document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http:\/\/download.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=7,0,19,0\" width=\"820\" height=\"179\">");
document.writeln("  <param name=\"movie\" value=\"/images\/head.swf\" \/>");
document.writeln("  <param name=\"quality\" value=\"high\" \/>");
document.writeln("  <param name=\"SCALE\" value=\"exactfit\" \/>");
document.writeln("  <embed src=\"/images\/head.swf\" quality=\"high\" pluginspage=\"http:\/\/www.macromedia.com\/go\/getflashplayer\" type=\"application\/x-shockwave-flash\" width=\"820\" height=\"179\"><\/embed>");
document.writeln("<\/object>    ");
document.writeln("    <\/td>");
document.writeln("  <\/tr> ");
document.writeln("<\/table>")
//document.writeln("<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
//document.writeln("  <tr>");
//document.writeln("    <td width=\"34%\" align=\"center\"><em><img src=\"\/Images\/1001.gif\" width=\"232\" height=\"80\" \/><\/em><\/td>");
//document.writeln("    <td width=\"66%\" align=\"center\"><iframe src=\"/marqueePro.html\" name=\"marqueeFrm\" width=\"100%\" height=\"90\" align=\"default\" scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\"><\/iframe><\/td>");
//document.writeln("  <\/tr>");
//document.writeln("<\/table>");
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"headLink\">");
document.writeln("  <tr>");

document.writeln("    <td width=\"160\" height=28 align=center>");
todaydate = new Date();
currentyear = todaydate.getFullYear();
currentmonth = todaydate.getMonth()+1;
currentday = todaydate.getDate();
cday = todaydate.getDay();
if (cday==1) cday="星期一";
if (cday==2) cday="星期二";
if (cday==3) cday="星期三";
if (cday==4) cday="星期四";
if (cday==5) cday="星期五";
if (cday==6) cday="星期六";
if (cday==0) cday="星期日";
document.write(currentyear+"年"+currentmonth+"月"+currentday+"日 "+cday);
document.writeln("<\/td>")
document.writeln("    <td class=\"HeadLink\">");
document.writeln("<ul><li><a href='/'>首 页</a></li><li><a href='/Main.asp?Class_ID=1'>公司概况</a></li><li><a href='/Main.asp?Class_ID=2'>新闻动态</a></li><li><a href='/Main.asp?Class_ID=5'>产品之窗</a></li><li><a href='/Main.asp?Class_ID=4'>法律法规</a></li><li><a href='/Main.asp?Class_ID=7'>种业文摘</a></li><li><a href='/Main.asp?Class_ID=8'>文化生活</a></li><li><a href='/Main.asp?Class_ID=6'>客户服务</a></li><li style='border-bottom:0px'><a href='/Main.asp?Class_ID=46'>留言簿</a></li></ul>");
document.writeln("	&nbsp;");
document.writeln("	<\/td>");
//document.writeln("    <td width=\"7\" align=\"right\"><img src=\"\/Images\/1005.gif\" width=\"7\" height=\"25\" \/><\/td>		");
document.writeln("  <\/tr>");
document.writeln("<\/table>")