function checkSearch() {if(document.getElementById("Keyword").value=="") {alert("请输入关键字"); return false;} var bool = true; var S,Url; var SearchType=document.getElementById("SearchType"); for(var i=0;i<5;i++) {if(i==SearchType.options[SearchType.selectedIndex].value) { S = i; bool = false; break;}} switch(S) { case 0: Url = "http://www.aeeboo.com/search/program/?keyword="; break; case 1: Url = "http://bulo.aeeboo.com/TopicList.aspx?Keyword="; break; case 2: Url = "http://bulo.aeeboo.com/allgroup.aspx?Keyword="; break; case 3: Url = "http://www.aeeboo.com/search/people/?username="; break; case 4: Url = "http://hi.aeeboo.com/index.aspx?keyword="; break;} Url += escape(document.getElementById("keyword").value); window.open(Url); } document.write(""); document.write("
") document.write("
"); document.write("
\"爱播网\"
"); document.write("
"); document.write("
"); document.write(""); document.write("
"); document.write("
"); document.write(""); document.write("
"); document.write("
"); document.write("
"); document.write("
"); document.write("

爱视频创作  播完美生活

"); document.write("
"); document.write(""); document.write(""); document.write("\"搜索\""); document.write("
"); document.write("
"); document.write("
");