﻿document.writeln("<div class=\"div_top\">\n");
document.writeln("<div class=\"div_logo\"><a href=\"/\" title=\"返回首页\"><img src=\"/index_img/logo.gif\" alt=\"返回首页\" /></a></div>\n");
document.writeln("<div class=\"div_tool color_333\"><div class=\"indextop\"><span><a class=\"color_333\" href=\"mailto:zzq800@gmail.com\" title=\"联系我们\">联系我们</a></span><span class=\"span\" style=\"margin-left:7px;\">|</span><span><a class=\"color_333\" href=\"javascript:addBookmark(document.title)\" title=\"加入收藏\">加入收藏</a></span><span><input type='text' name='search' id=\"search\" class='inputtext'>&nbsp;&nbsp;<input type=button onclick=\"checkform()\" value='站内搜索' class='inputbutton' id='tj'></span>");
document.writeln("<br style='clear:both;'/>");
document.writeln("<span class=\"tnb\"><a href='/art_html/art_3.htm' target='_blank'>糖尿病，一起战胜糖尿病！</a></span>");
document.writeln("</div></div>\n");
document.writeln("<span class=\"icon_recommend\"></span>\n");
document.writeln("</div>\n");


var prevpage="" ;
var nextpage="" ;
document.onkeydown = function( event_e ){
if( window.event )
event_e = window.event;
var int_keycode = event_e.charCode||event_e.keyCode;
if( int_keycode == '13' ){
if(document.getElementById("search").value!=''){
document.getElementById('tj').focus();}
}}
function checkform()
{
  if(document.getElementById("search").value=="")
  {
  alert('搜索内容不能为空');
  }
  else
  {
  window.location.href="/search/?key="+escape(document.getElementById("search").value);
  }
}



