qv=null;function SearchCmd(){this.helpcmd="search";this.run=function(a){jsRun("http://ajax.googleapis.com/ajax/services/search/web?v=1.0&rsz=large&hl=zh-CN&callback=proSearch&context=bar&q="+utf8(a));qv=a}}function proSearch(a,f){if(!f.results){return}var d=f.results;for(var c=0;c<d.length;c++){var e=d[c];println("<a href='"+e.unescapedUrl+"' target=_blank>"+e.title+"</a> ");println(e.content);println()}var b={google:"http://www.google.cn/search?hl=zh-CN&newwindow=1&btnG=Google&q="+utf8(qv),"中搜":gburl("http://p.zhongsou.com/p?k=goldrain&w=",qv),"搜狗":gburl("http://www.sogou.com/websearch/corp/search.jsp?query=",qv),"雅虎":gburl("http://search.cn.yahoo.com/search?p=",qv),"百度":gburl("http://www.baidu.com/s?wd=",qv)};println(queryUrls(b,qv));inputfocus()}function NewsCmd(){this.helpcmd="news";this.run=function(a){jsRun("http://ajax.googleapis.com/ajax/services/search/news?v=1.0&rsz=large&hl=zh-CN&callback=proNews&context=bar&q="+utf8(a));qv=a}}function proNews(a,f){if(!f.results){return}var d=f.results;for(var c=0;c<d.length;c++){var e=d[c];println("<a href='"+e.unescapedUrl+"' target=_blank>"+e.title+"</a>");println(e.content);println()}var b={google:"http://news.google.cn/news?hl=zh-CN&q="+utf8(qv),"爱问":gburl("http://iask.com/n?k=",qv),"搜狗":gburl("http://news.sogou.com/news?query=",qv),"百度":gburl("http://news.baidu.com/ns?word=",qv),"中搜":gburl("http://z.zhongsou.com/n?k=goldrain&s=&t=&w=",qv)};println(queryUrls(b,qv));inputfocus()}function PicCmd(){this.helpcmd="pic";this.run=function(a){jsRun("http://ajax.googleapis.com/ajax/services/search/images?v=1.0&rsz=large&hl=zh-CN&callback=proPic&context=bar&q="+utf8(a));qv=a}}function proPic(a,d){if(!d.results){return}var c=d.results;println("<table><tr><td>"+showpic(c[0])+"</td><td>"+showpic(c[1])+"</td><td>"+showpic(c[2])+"</td><td>"+showpic(c[3])+"</td></tr><tr><td>"+showpic(c[4])+"</td><td>"+showpic(c[5])+"</td><td>"+showpic(c[6])+"</td><td>"+showpic(c[7])+"</td></tr></table>");var b={google:"http://images.google.cn/images?hl=zh-CN&q="+utf8(qv),"爱问":gburl("http://p.iask.com/p?k=",qv),"中搜":gburl("http://img.zhongsou.com/i?k=goldrain&t=&l=&w=",qv),"雅虎":gburl("http://image.cn.yahoo.com/search?p=",qv),"百度":gburl("http://image.baidu.com/i?z=&s=1&ct=201326592&cl=2&lm=-1&tn=baiduimage&pic=1&word=",qv),"搜狗":gburl("http://pic.sogou.com/pics?query=",qv)};println(queryUrls(b,qv));inputfocus()}function showpic(a){if(!a){return""}return"<a href='"+a.originalContextUrl+"' target=_blank><image src='"+unescape(a.tbUrl)+"'/></a> <br> "+a.content+"<br>"+a.width+"x"+a.height+"<br>"+a.visibleUrl}function VideoCmd(){this.helpcmd="video";this.run=function(a){jsRun("http://ajax.googleapis.com/ajax/services/search/video?v=1.0&rsz=large&hl=zh-CN&callback=proVideo&context=bar&q="+utf8(a)+"%20site:youku.com");qv=a}}function proVideo(a,d){if(!d.results){return}var c=d.results;println("<table><tr><td>"+showVideo(c[0])+"</td><td>"+showVideo(c[1])+"</td><td>"+showVideo(c[2])+"</td><td>"+showVideo(c[3])+"</td></tr><tr><td>"+showVideo(c[4])+"</td><td>"+showVideo(c[5])+"</td><td>"+showVideo(c[6])+"</td><td>"+showVideo(c[7])+"</td></tr></table>");var b={"酷6":"http://so.ku6.com/v/q"+utf8(qv),"土豆网":"http://so.tudou.com/isearch/"+utf8(qv)+"/","优酷":gburl("http://so.youku.com/search_video?searchdomain=http%3A%2F%2Fcmdgo.com&searchType=video&sbts=bar&q=",qv),"六间房":"http://6.cn/search.php?t=v&k="+utf8(qv),"56":"http://so.56.com/index?st=2&key="+utf8(qv)+"&charset=utf-8&type=&bn=&kw=","新浪":gburl("http://search.video.sina.com.cn/search.php?type=boke&s=sup&stype=1&k=",qv),openV:"http://www.openv.com/ls.php?q="+utf8(qv)+"&x=0&y=0"};println(queryUrls(b,qv));inputfocus()}function showVideo(a){if(!a){return""}return"<a href='"+a.playUrl+"' target=_blank><image src='"+a.tbUrl+"' width='150px'/></a> <br> "+a.title+"<br>"+a.tbWidth+"x"+a.tbHeight+"<br>"+a.videoType}function EnCmd(){this.helpcmd="english";this.run=function(a){serviceCall("cmds/english2",{q:a},function(b){outprint(b)})}};