// $ZEUUX: doc/js/header.js,v 1.21 2008/05/14 05:20:08 zeuux Exp $

var headID = document.getElementsByTagName("head")[0];
var cssNode = document.createElement("link");
cssNode.type = "image/png";
cssNode.rel = "icon";
cssNode.href = "/image/zeuux-logo-mini.png";
headID.appendChild(cssNode);

document.writeln("<div class=\"header\">");
document.writeln("    <div class=\"logo-left\">");
document.writeln("    <a href=\"\/index.en.html\"><img src=\"\/image\/zeuux_0409_001.jpg\" alt=\"ZEUUX Project\" \/><\/a>");
document.writeln("    <\/div>");
document.writeln("    <div class=\"menu_a\">");
document.writeln("        <div class=\"menu\"><ul>");
document.writeln("        <li style=\"width:55px\"><a href=\"\/index.en.html\">HOME<\/a><\/li>");
document.writeln("        <li style=\"width:55px\"><a href=\"\/news\/news.html\">NEWS<\/a><\/li>");
document.writeln("        <li style=\"width:90px\"><a href=\"\/philosophy\/philosophy.html\">PHILOSOPHY<\/a><\/li>");
document.writeln("        <li><a href=\"\/law\/law.html\">LAW<\/a><\/li>");
document.writeln("        <li style=\"width:70px\"><a href=\"\/science\/science.html\">SCIENCE<\/a><\/li>");
document.writeln("        <li style=\"width:80px\"><a href=\"\/campaign\/campaign.html\">CAMPAIGNS<\/a><\/li>");
document.writeln("        <li style=\"width:90px\"><a href=\"\/community\/community.html\">COMMUNITY<\/a><\/li>");
document.writeln("        <\/ul>");
document.writeln("            <div class=\"sea_are\">");

document.writeln("<form method=get action=\"http://www.google.com/search\" target=\"_blank\">");
document.writeln("<span><input type=\"text\" name=\"q\" value=\"keywords\" class=\"inp1\" onclick=\"javascript:if(this.value==\'keywords\')this.value=\'\';\" ></span>");
document.writeln("<span><input name=\"\" value=\"Search\" type=\"image\" src=\"/image\/search.gif\"></span>");
document.writeln("<input type=hidden name=ie value=\"utf-8\">");
document.writeln("<input type=hidden name=oe value=\"utf-8\">");
document.writeln("<input type=hidden name=hl value=zh-CN>");
document.writeln("<input type=hidden name=domains value=\"www.zeuux.org\">");
document.writeln("<input type=hidden name=sitesearch value=\"www.zeuux.org\">");
document.writeln("</form>");

document.writeln("            <\/div>");
document.writeln("        <\/div>");
document.writeln("    <\/div>");
document.writeln("<\/div>")
