document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
    "); document.writeln("
  • 简体版
  • "); document.writeln("
  • 繁体版
  • "); document.writeln("
  • English
  • "); document.writeln("
  • 网站群
  • "); document.writeln("
  • "); document.writeln("
    "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln(" "); document.writeln("
    "); document.writeln(" "); document.writeln("
  • "); document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("
"); document.writeln(" ") document.writeln("
"); document.writeln("
"); document.writeln(" "); document.writeln("
"); document.writeln("
"); // search $(".search").hover(function(){ if($("#q")[0].style.display == "" || $("#q")[0].style.display == "none"){ $(".search").width("auto") $("#q").show() $("#q").animate({ width:"208px" }) } },function(){ $(".search").width("25px") $("#q").hide() $("#q").width(0) }); function hello(){ var q = document.qForm.q.value; if( q=='请输入关键词' && $("#q")[0].style.display == "inline-block"){ alert('请输入关键词!'); return false; }else{ document.qForm.submit(); } }