// JavaScript Document
document.writeln("<div id=\"head3\">");
document.writeln("  <div id=\"head3_box1\">");
document.writeln("    <div id=\"head3_index\"><a href=\"http:\/\/www.stdaily.com\"><img src=\"http:\/\/css.stdaily.com\/css\/special\/20090616\/image\/kjrb1.gif\" \/><\/a><\/div>");
document.writeln("  <\/div>");
document.writeln("  <div id=\"head3_box2\">");
document.writeln("    <div id=\"head3_nav\">");
document.writeln("	  <ul>");
document.writeln("	    <li><a href=\"http:\/\/www.stdaily.com\/\" target=\"new\">首页<\/a><\/li>");
document.writeln("		<li><a href=\"http:\/\/www.stdaily.com\/news\/index.htm\" target=\"new\">新闻<\/a><\/li>");
document.writeln("		<li><a href=\"http:\/\/www.stdaily.com\/pic\/index.htm\" target=\"new\">图片<\/a><\/li>");
document.writeln("		<li><a href=\"http:\/\/www.stdaily.com\/video\/index.htm\" target=\"new\">视频<\/a><\/li>");
document.writeln("	  <\/ul>");
document.writeln("	<\/div>");
document.writeln("  ");
document.writeln("  <\/div>");
document.writeln("  <div id=\"head3_box3\">");
document.writeln("  <\/div>");
document.writeln("  <div id=\"head3_box4\">");
document.writeln("    <div id=\"head3_tool\">");
document.writeln("      <ul>");
document.writeln("	    <li id=\"head3_tool1\"><a target=\"_top\"  href=\"javascript:addCookie();\">加入收藏<\/a><\/li>");
document.writeln("	    <li id=\"head3_tool2\"><a target=\"_top\"  href=\"javascript:setHomepage();\">设为首页<\/a><\/li>");
document.writeln("		<li id=\"head3_tool3\"><a href=\"http:\/\/digitalpaper.stdaily.com:81\" target=\"new\">数字报<\/a><\/li>");
document.writeln("		<li id=\"head3_tool4\"><a href=\"http:\/\/www.stdaily.com\/kjrb\/index.htm\" target=\"new\">简<\/a>/<a href=\"http:\/\/www.stdaily.com\/big5\/kjrb\/index.htm\" target=\"new\">繁<\/a>体版<\/li>");
document.writeln("	  <\/ul>");
document.writeln("    <\/div>");
document.writeln("  <\/div>");
document.writeln("<\/div>");

document.writeln("<link href=\"http:\/\/css.stdaily.com\/css\/special\/dapengche\/css\/head1.css\" rel=\"stylesheet\" type=\"text\/css\" \/>")
















































































































































































































































//添加到收藏
function addCookie()
{
 if (document.all)
    {
       window.external.addFavorite('http://www.stdaily.com/kjrb/index.htm','科技日报');
    }
    else if (window.sidebar)
    {
       window.sidebar.addPanel('科技日报', 'http://www.stdaily.com/kjrb/index.htm', "读者为本 科技为源");
 }
}
//设为首页
function setHomepage()
{
 if (document.all)
    {
        document.body.style.behavior='url(#default#homepage)';
  document.body.setHomePage('http://www.stdaily.com/kjrb/index.htm');
 
    }
    else if (window.sidebar)
    {
    if(window.netscape)
    {
         try
   {  
            netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");  
         }  
         catch (e)  
         {  
    alert( "该操作被浏览器拒绝，如果想启用该功能，请在地址栏内输入 about:config,然后将项 signed.applets.codebase_principal_support 值该为true" );  
         }
    } 
    var prefs = Components.classes['@mozilla.org/preferences-service;1'].getService(Components. interfaces.nsIPrefBranch);
    prefs.setCharPref('browser.startup.homepage','http://www.stdaily.com');
 }
}