
document.write('<div>');
document.write('<div id="zzjs_1" class="wwwzzjsnet">');
document.write('<ul>');

document.write('<li>');

document.write('<a href="/search.asp?which=news&keywords=%E7%A0%AD%E6%9C%AF&action=search"target="_blank"><u>砭术</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E5%88%AE%E7%97%A7&action=search"target="_blank"><u>刮痧</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E7%BE%8E%E5%AE%B9&action=search"target="_blank"><u>美容</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E6%89%8B%E9%93%BE&action=search"target="_blank"><u>手链</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E5%87%8F%E8%82%A5&action=search"target="_blank"><u>减肥</u></a>&nbsp;&nbsp;</li><li>');

document.write('<a href="/search.asp?which=news&keywords=%E5%A4%B1%E7%9C%A0&action=search"target="_blank"><u>失眠</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E5%A4%B4%E7%97%9B&action=search"target="_blank"><u>头痛</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E6%8C%89%E6%91%A9&action=search"target="_blank"><u>按摩</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E9%A1%B9%E9%93%BE&action=search"target="_blank"><u>项链</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E7%A9%B4%E4%BD%8D&action=search"target="_blank"><u>穴位</u></a>&nbsp;&nbsp;</li><li>');

document.write('<a href="/search.asp?which=products&keywords=%E8%85%B0%E7%97%9B&action=search"target="_blank"><u>腰痛</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E5%85%B3%E8%8A%82%E7%96%BC&action=search"target="_blank"><u>关节疼</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E8%80%81%E5%B9%B4&action=search"target="_blank"><u>老年</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E9%A2%88%E6%A4%8E&action=search"target="_blank"><u>颈椎</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E8%85%B0%E5%B8%A6&action=search"target="_blank"><u>腰带</u></a>&nbsp;&nbsp;</li><li>');

document.write('<a href="/search.asp?which=news&keywords=%E8%85%BF%E7%97%9B&action=search"target="_blank"><u>腿痛</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E6%9D%A8%E5%A5%95&action=search"target="_blank"><u>杨奕</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E4%B8%AD%E5%8C%BB&action=search"target="_blank"><u>中医</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E6%A2%B3&action=search"target="_blank"><u>梳</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E6%97%A5%E5%B8%B8%E4%BD%A9%E6%88%B4&action=search"target="_blank"><u>日常佩戴</u></a>&nbsp;&nbsp;</li><li>');

document.write('<a href="/search.asp?which=products&keywords=%E6%B3%97%E6%BB%A8%E5%AE%9D&action=search"target="_blank"><u>泗滨宝</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E9%AB%98%E8%A1%80%E5%8E%8B&action=search"target="_blank"><u>高血压</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E8%A1%B0%E8%80%81&action=search"target="_blank"><u>衰老</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E6%8C%89%E6%91%A9%E6%A3%92&action=search"target="_blank"><u>按摩棒</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E5%8D%81%E5%85%AD%E6%B3%95&action=search"target="_blank"><u>十六法</u></a>&nbsp;&nbsp;</li><li>');

document.write('<a href="/search.asp?which=products&keywords=%E7%98%A6%E8%BA%AB&action=search"target="_blank"><u>瘦身</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E4%BF%9D%E5%81%A5&action=search"target="_blank"><u>保健</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E9%BC%A0%E6%A0%87%E6%89%8B&action=search"target="_blank"><u>鼠标手</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=news&keywords=%E7%A5%9B%E6%96%91&action=search"target="_blank"><u>祛斑</u></a>&nbsp;&nbsp;');

document.write('<a href="/search.asp?which=products&keywords=%E7%BE%8A%E8%A7%92%E9%94%A5&action=search"target="_blank"><u>羊角锥</u></a>&nbsp;&nbsp;</li>');

document.write('</ul>');
document.write('</div>');
document.write('</div>');
function $(element){
 if(arguments.length>1){
  for(var i=0,length=arguments.length,elements=[];i<length;i++){
   elements.push($(arguments[i]));
  }
  return elements;
 }
 if(typeof element=="string"){
  return document.getElementById(element);
 }else{
  return element;
 }
}
var Class={
 create:function(){
  return function(){
   this.initialize.apply(this,arguments);
  }
 }
}
Function.prototype.bind=function(object){
 var method=this;
 return function(){
  method.apply(object,arguments);
 }
}
var Scroll=Class.create();
Scroll.prototype={
 initialize:function(element,height){
  this.element=$(element);
  this.element.innerHTML+=this.element.innerHTML;
  this.height=height;
  this.maxHeight=this.element.scrollHeight/2;
  this.counter=0;
  this.scroll();
  this.timer="";
  this.element.onmouseover=this.stop.bind(this);
  this.element.onmouseout=function(){this.timer=setTimeout(this.scroll.bind(this),1000);}.bind(this);
 },
 scroll:function(){
  if(this.element.scrollTop<this.maxHeight){
   this.element.scrollTop++;
   this.counter++;
  }else{
   this.element.scrollTop=0;
   this.counter=0;
  }

  if(this.counter<this.height){
   this.timer=setTimeout(this.scroll.bind(this),22);
  }else{
   this.counter=0;
   this.timer=setTimeout(this.scroll.bind(this),3126);
  }
 },
 stop:function(){
  clearTimeout(this.timer);
 }
}
var myscroll=new Scroll("zzjs_1",26);
