var Engine="G";
document.charset="gb2312";

function $(o){
 var o=document.getElementById(o)?document.getElementById(o):o;
 return o;
}

function gt(f){
 if (Engine=="VIDEO") {
  $("G2").value=$("Ka").value+"\ufeff";
  //f.acceptCharset="gb2312";
 }
 else
 {
  //f.acceptCharset="UNKNOWN";
 }
 var t;
 var u;
 if(f.a0 != undefined){
  u = 'Y:';
  t = f.q.value;
  if(f.a0.checked==true){u+='0;';}
  if(f.a1.checked==true){u+='1;';}
  if(f.a2.checked==true){u+='2;';}
  if(f.a3.checked==true){u+='3;';}
  if(f.a4.checked==true){u+='4;';}
  if(f.a5.checked==true){u+='5;';}
  if(f.a6.checked==true){u+='6;';}
  if(f.a7.checked==true){u+='7;';}
  if(f.a8.checked==true){u+='8;';}
  if(f.a9.checked==true){u+='9;';}
  if(f.a10.checked==true){u+='10;';}
  if(f.a11.checked==true){u+='11;';}
  if(f.a12.checked==true){u+='12;';}
  if(f.a13.checked==true){u+='13;';}
  if(f.a14.checked==true){u+='14;';}
  if(f.a15.checked==true){u+='15;';}
 }
 else{
  t = f.Ka.value;
  u = Engine;
 }
 //try{
 // var i=new Image();
  //i.src="http://statis.265.com/url?a=S&u="+u+"&t="+t;
  //i.onload=function(){_uVoid();}
  //urchinTracker("/url?tag=S&s="+encodeURIComponent(u)+"&q="+encodeURIComponent(t));
 //}catch(ex){}
}

function s4(){
 var v=$("Kaa").value
 var sList = new Array();
 sList["a0"]=new Array("http://www.google.cn/search","q","client,aff-avalanche; forid,1; channel,prefill; ie,gb; oe,UTF-8; hl,zh-CN");
 sList["a1"]=new Array("http://www.yok.com/go.php","Key","NO,8");
 sList["a2"]=new Array("http://www.baidu.com/baidu","word","tn,syw120");
 sList["a3"]=new Array("http://www.yok.com/go.php","Key","NO,13");
 sList["a4"]=new Array("http://www.yok.com/go.php","Key","NO,10");
 sList["a5"]=new Array("http://www.yok.com/go.php","Key","NO,11");
 sList["a6"]=new Array("open","http://www.google.com/base/s2?a_y0=9&a_n0=%E6%88%BF%E5%B1%8B&q="+encodeURIComponent(v)+"&a_n1=%E5%9F%8E%E5%B8%82&a_y1=1&a_o1=0&a_v1=&a_n2=%E7%B1%BB%E5%88%AB&a_y2=1&a_o2=0&a_v2=%E5%87%BA%E7%A7%9F&hl=zh-CN&gl=CN&view=Table&gdci=true");
 sList["a7"]=new Array("open","http://cb.kingsoft.com/search?s="+encodeURIComponent(v));
 sList["a8"]=new Array("http://www.yok.com/go.php","Key","NO,28");
 sList["a9"]=new Array("http://www.yok.com/go.php","Key","NO,34");
 sList["a10"]=new Array("http://www.yok.com/go.php","Key","NO,158");
 sList["a11"]=new Array("http://www.yok.com/go.php","Key","NO,174");
 sList["a12"]=new Array("http://images.google.cn/images","q","client,aff-avalanche; forid,1; channel,prefill; ie,gb; oe,UTF-8; hl,zh-CN");
 sList["a13"]=new Array("http://www.yok.com/go.php","Key","NO,49");
 sList["a14"]=new Array("http://news.google.cn/news","q","client,aff-avalanche; forid,1; channel,prefill; ie,gb; oe,UTF-8; hl,zh-CN");
 sList["a15"]=new Array("http://www.yok.com/go.php","Key","NO,153");
 var sForm = $("SoAll");
 var cusSea="";
 for(i=0;i<16;i++){
  var cur="a"+i;
  gValue="";
  if($(cur).checked && sList[cur] != null ) {
   cusSea=cusSea+i+"|";
   if (sList[cur][0]=="open") {
    window.open(sList[cur][1]);
   }else{
     sForm.action=sList[cur][0];
     $("Kaa").name=sList[cur][1];
     if (sList[cur][2] != null) {     
      var aPairs = sList[cur][2].split("; ");
      for (var j=0; j< aPairs.length; j++) {
       var aPair = aPairs[j].split(",");
       gValue +="<input type='hidden' name='"+aPair[0]+"' value='"+aPair[1]+"'>";
      }
     }
     $("gForm").innerHTML=gValue;
     //alert(gValue);
	 sForm.submit();
   } 
  }
 }
 return false;
}