// document.write("
"); // s=new Array(2); // s[0]="游客" // s[1]="欢迎光临" // var id,p=0; // function show(){ // document.counter.countshow.value=s[p]; // p=p+1; // if(p>1){ // p=0 // } // id=setTimeout('show()',2000); // } // show(); bx="游客"; if(bx!="游客"){ dl1=document.getElementById('dl'); dl1.innerHTML=' 欢迎您:游客 点击进入报名页面 !  [会员中心]'; // document.counter.innerText=''; }